Skip to content

Hidden traits missing implementors when documented via --document-hidden-items #90781

Closed
@steffahn

Description

@steffahn

You can see --document-private-items --document-hidden-items docs of the standard library here:

https://stdrs.dev/nightly/x86_64-unknown-linux-gnu/std/iter/trait.InPlaceIterable.html

as you can see, the implementors are missing though (which is incredibly annoying if you ever want to work on those traits). Also reproducible locally by building RUSTDOCFLAGS='--document-private-items --document-hidden-items -A rustdoc::broken-intra-doc-links' ./x.py doc library/std --open

@rustbot label T-rustdoc

Metadata

Metadata

Assignees

Labels

C-bugCategory: This is a bug.E-needs-testCall for participation: An issue has been fixed and does not reproduce, but no test has been added.T-rustdocRelevant to the rustdoc team, which will review and decide on the PR/issue.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions