Uh oh!
There was an error while loading. Please reload this page.
Rustdoc support for universal_impl_trait - #49304
Conversation
rust-highfive
commented
Mar 23, 2018
(rust_highfive has picked a reviewer for you, use r? to override) |
sinkuu
commented
Mar 23, 2018
Ah, no, this does not work if |
QuietMisdreavus
commented
Mar 23, 2018
Ah, i was starting to read through it. Looking forward to seeing if you can get it working! Also, it doesn't really require the other PR. It's okay to expose features in rustdoc that are unstable, because they'll only be there in the first place if the library enabled the feature. Other unstable features have been exposed in rustdoc before they were stable, and it's not like the other commits changed anything that rustdoc depends on. |
QuietMisdreavus
commented
Mar 27, 2018
This looks great! Thanks so much! @bors r+ |
bors
commented
Mar 27, 2018
📌 Commit 4800afa has been approved by |
kennytm
commented
Mar 27, 2018
@bors p=6 |
bors
commented
Mar 28, 2018
Rustdoc support for universal_impl_trait Hides type parameters synthesized by `impl Trait`-in-argument-position, and enables links to trait names. <img alt="before" src="https://user-images.githubusercontent.com/7091080/37831646-a61413c6-2ee9-11e8-8ec2-a6137956d922.png" width="450"/> ↓ <img alt="after" src="https://user-images.githubusercontent.com/7091080/37831657-b2ff0ae6-2ee9-11e8-8797-fdad904782bf.png" width="450"/> Fixes#49309
bors
commented
Mar 28, 2018
☀️ Test successful - status-appveyor, status-travis |
Hides type parameters synthesized by
impl Trait-in-argument-position, and enables links to trait names.
↓Fixes#49309