fn extra_info_tags<'a, 'tcx: 'a>(
tcx: TyCtxt<'tcx>,
item: &'a Item,
parent: &'a Item,
import_def_id: Option<DefId>,
) -> impl Display + 'a + Captures<'tcx>
Expand description
Render the stability, deprecation and portability tags that are displayed in the item’s summary at the module level.