]> git.lizzy.rs Git - rust.git/commit - src/tools/miri
Auto merge of #88490 - GuillaumeGomez:associated-types-implementors-display, r=cameli...
authorbors <bors@rust-lang.org>
Wed, 1 Sep 2021 21:31:16 +0000 (21:31 +0000)
committerbors <bors@rust-lang.org>
Wed, 1 Sep 2021 21:31:16 +0000 (21:31 +0000)
commit767edcf61630ee05a19e2be9085a153750b4d102
treef7fc17186de8f7ad08eab7b87b2850f2128f3e37
parent50171c310cd15e1b2d3723766ce64e2e4d6696fc
parent92dae39b64224ca9f706f5de8df09a72559947c5
Auto merge of #88490 - GuillaumeGomez:associated-types-implementors-display, r=camelid,Manishearth

Display associated types of implementors

Fixes #86631.

Contrary to before, it doesn't display methods. I also had to "resurrect" the `auto-hide-trait-implementations` setting. :3

Only question at this point: should I move the `render_impl` boolean arguments into one struct? We're starting to have quite a lot of them...

cc `@cynecx`
r? `@camelid`
src/librustdoc/html/render/mod.rs
src/librustdoc/html/render/print_item.rs