-
-
Notifications
You must be signed in to change notification settings - Fork 14.9k
Stable Rustdoc contains broken links (to compiler internal crates) #43701
Copy link
Copy link
Closed
Labels
C-bugCategory: This is a bug.Category: This is a bug.T-dev-toolsRelevant to the dev-tools subteam, which will review and decide on the PR/issue.Relevant to the dev-tools subteam, which will review and decide on the PR/issue.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.
Metadata
Metadata
Assignees
Labels
C-bugCategory: This is a bug.Category: This is a bug.T-dev-toolsRelevant to the dev-tools subteam, which will review and decide on the PR/issue.Relevant to the dev-tools subteam, which will review and decide on the PR/issue.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.
Type
Fields
Give feedbackNo fields configured for issues without a type.
The nightly rustdoc for
Derefcontains multiple links under Implementors which do not work.https://doc.rust-lang.org/nightly/std/ops/trait.Deref.html
for example
InternedString, RcSlice<T>, ThinVec<T>, P<T>, ...Those links seem to come from internal crates like
rustc_data_structures, rustc_errors, syntax, syntax_pos
The problem does not appear for the stable documentation.
https://doc.rust-lang.org/stable/std/ops/trait.Deref.html