Skip to content

rustdoc: Private structs implementing public traits are visible as dangling links #19106

Closed
@nodakai

Description

@nodakai

Seeing is believing: http://doc.rust-lang.org/std/ops/trait.Drop.html

core::finally::Finallyalizer and collections::vec::PartialVecNonZeroSized are two of many dangling links in the Drop page. They shouldn't be visible at all because core::finally and PartialVecNonZeroSized are private items.

Metadata

Metadata

Assignees

No one assigned

    Labels

    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