]> git.lizzy.rs Git - rust.git/commit
rustdoc: Show impls for references to types
authorAlex Crichton <alex@alexcrichton.com>
Tue, 7 Apr 2015 03:15:59 +0000 (20:15 -0700)
committerAlex Crichton <alex@alexcrichton.com>
Wed, 8 Apr 2015 00:54:34 +0000 (17:54 -0700)
commit8874fd496202994f0c14909b436dc169837ab0e7
tree6472a2f2590b2cf490a6e108656c951fc10f5ba8
parent8f6855c8c8e22efeea2f5766c2b653b674b1c9cf
rustdoc: Show impls for references to types

It's somewhat common to impl traits for `&T` and `&mut T` so show these on the
pages for `T` to ensure they're listed somewhere at least.

Closes #20175
src/librustdoc/html/render.rs
src/test/rustdoc/issue-20175.rs [new file with mode: 0644]