-
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
Doc for std contains broken links in the implementors sections #124635
Comments
Not present in the docs for 1.77.2, regression? |
cc @rust-lang/rustdoc getting multiple reports of this: #124854 |
I believe this regressed in #121218 (@ShoyuVanilla). |
Rollup merge of rust-lang#124864 - notriddle:notriddle/feature-flags-are-not-stability-markers, r=fmease rustdoc: use stability, instead of features, to decide what to show Fixes rust-lang#124635 To decide if internal items should be inlined in a doc page, check if the crate is itself internal, rather than if it has the rustc_private feature flag. The standard library uses internal items, but is not itself internal and should not show internal items on its docs pages.
@LunarLambda What page are you looking at? I do not see those implementations on https://doc.rust-lang.org/nightly/std/fmt/trait.Debug.html. |
stable docs, not nightly https://doc.rust-lang.org/stable/std/fmt/trait.Debug.html I understand this was reported the day 1.78.0 was released and 1.79.0 isn't due for a few weeks more, but I feel it should be possible to apply the fix to the current stable docs at least as published on rust-lang.org in the meantime |
The stable docs are tied to the release, so we would have to make a new release to update them. The fix for this is in 1.80, and will reach stable on July 25. |
There's no way to backport it internally? That's unfortunate. I was hoping it would land for 1.79.0 at least |
Closing then. |
This can in fact be beta backported. |
And it was in #125183 |
Good to know, thank you |
https://doc.rust-lang.org/std/clone/trait.Clone.html for example lists implementations of
Clone
ingimli
, which aren't visible anyway and the links are also broken.The text was updated successfully, but these errors were encountered: