Function rustdoc::html::render::print_item::extra_info_tags

source ·
fn extra_info_tags<'a, 'tcx: 'a>(
    item: &'a Item,
    parent: &'a Item,
    tcx: TyCtxt<'tcx>
) -> 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.