Skip to content

Add --document-hidden-items flag to cargo doc #7766

Open
@dtolnay

Description

@dtolnay

Rustdoc's existing stable --document-private-items flag was split into stable --document-private-items and unstable --document-hidden-items in rust-lang/rust#67875, as these are orthogonal concepts (visibility lower than pub, vs attribute doc(hidden)). Cargo doc has a way to call the first but not the second.

Metadata

Metadata

Assignees

No one assigned

    Labels

    C-feature-requestCategory: proposal for a feature. Before PR, ping rust-lang/cargo if this is not `Feature accepted`Command-docS-blocked-externalStatus: ❌ blocked on something out of the direct control of the Cargo project, e.g., upstream fix

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions