-
Notifications
You must be signed in to change notification settings - Fork 12.8k
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 doesn't link correctly to methods in trait implementations #49455
Comments
I learned via @QuietMisdreavus on IRC that they do have these methods via generic trait implementations, but the hyperlinks to the method definitions in the |
The link anchors exist in the HTML, but they don't exist by default because the anchor is hidden by the automatic folding of trait implementations. @GuillaumeGomez Should the search index links for trait implementations link to the trait impl itself now? Otherwise the link anchor goes nowhere and the user doesn't see where the method comes from. |
I'll need to think about it. |
…QuietMisdreavus Fix anchors issue when everything is collapsed Fixes rust-lang#49455. @frewsxcv does it seem good for you like this? r? @QuietMisdreavus
…QuietMisdreavus Fix anchors issue when everything is collapsed Fixes rust-lang#49455. @frewsxcv does it seem good for you like this? r? @QuietMisdreavus
https://doc.rust-lang.org/nightly/std/?search=until
The text was updated successfully, but these errors were encountered: