-
Notifications
You must be signed in to change notification settings - Fork 12.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
rustdoc: trait implementors don't have assoc. types shown #86631
Comments
Well, the PR title/description says something different:
It’s about removing the methods. Personally, that sounds fine. But why did the PR remove the whole section including associated types. To me that’s a really valuable insight/convenience. |
Ah, I see. Yes, I agree only the methods should have been removed. |
Assigning priority as discussed in the Zulip thread of the Prioritization Working Group. @rustbot label -I-prioritize +P-high |
triage: It looks like #87035 has been merged now, so this should be unblocked. |
Can we perhaps revert #85970 for the time being until this gets resolved? |
@rust-lang/rustdoc are we expecting this to get fixed in 1.55? We'll want to land and backport a fix in the next ~week if that's going to happen. |
It's on my list. I'll try to speed up. |
…lementors-display, r=camelid,Manishearth Display associated types of implementors Fixes rust-lang#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`
…lementors-display, r=camelid,Manishearth Display associated types of implementors Fixes rust-lang#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``
Reopening to track beta backport. |
…ulacrum [beta] backports This PR backports: * Concrete regions can show up in mir borrowck if the originated from there rust-lang#88533 (fixes rust-lang#83190) * Fix loading large rlibs rust-lang#88506 (fixes rust-lang#88351) * Display associated types of implementors rust-lang#88490 (fixes rust-lang#86631) * Tracking issue for UNSUPPORTED_CALLING_CONVENTIONS rust-lang#88397 r? `@Mark-Simulacrum`
Closing - backported in #88641 |
Live: https://doc.rust-lang.org/nightly/std/iter/trait.IntoIterator.html#impl-IntoIterator-30
Trait implementors don't have their assoc. types shown (stable -> nightly regression).
nightly:
stable:
The text was updated successfully, but these errors were encountered: