Function print_extra_info_tags

Source
fn print_extra_info_tags(
    tcx: TyCtxt<'_>,
    item: &Item,
    parent: &Item,
    import_def_id: Option<DefId>,
) -> impl Display
Expand description

Render the stability, deprecation and portability tags that are displayed in the item’s summary at the module level.