-
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.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.
Description
The nightly rustdoc for Deref
contains 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
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.