-
Notifications
You must be signed in to change notification settings - Fork 13.6k
Closed
Labels
C-bugCategory: This is a bug.Category: This is a bug.E-needs-testCall for participation: An issue has been fixed and does not reproduce, but no test has been added.Call 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.Relevant to the rustdoc team, which will review and decide on the PR/issue.
Description
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.Category: This is a bug.E-needs-testCall for participation: An issue has been fixed and does not reproduce, but no test has been added.Call 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.Relevant to the rustdoc team, which will review and decide on the PR/issue.