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 annotated with doc(hidden)
.
fn is_doc_hidden(tcx: TyCtxt<'_>, def_id: LocalDefId) -> bool
Determines whether an item is annotated with doc(hidden)
.