Function rustc_middle::ty::util::is_doc_hidden

source ·
fn is_doc_hidden(tcx: TyCtxt<'_>, def_id: LocalDefId) -> bool
Expand description

Determines whether an item is directly annotated with doc(hidden).