cross-crate #[doc(hidden)]
is ignored when listing trait implementations
#86448
Labels
A-cross-crate-reexports
Area: Documentation that has been re-exported from a different crate
C-bug
Category: This is a bug.
E-easy
Call for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.
E-mentor
Call for participation: This issue has a mentor. Use #t-compiler/help on Zulip for discussion.
T-rustdoc
Relevant to the rustdoc team, which will review and decide on the PR/issue.
Uh oh!
There was an error while loading. Please reload this page.
Context
https://users.rust-lang.org/t/hidden-trait-implementation-in-online-docs/61256/4
Repro
Last line yields several occurrences of
HiddenType
in the generated.html
file.Expected behavior
No occurrences of
HiddenType
anywhere since it was#[doc(hidden)]
Playground
@rustbot label C-bug T-rustdoc
cc @GuillaumeGomez
The text was updated successfully, but these errors were encountered: