Open
Description
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.