Skip to content

Stable Rustdoc contains broken links (to compiler internal crates) #43701

Closed
@kumbayo

Description

@kumbayo

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>, ...

rustdoc_nightly_deref

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

No one assigned

    Labels

    C-bugCategory: This is a bug.T-dev-toolsRelevant 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.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions