Function rustc_passes::stability::is_unstable_reexport
source · fn is_unstable_reexport(tcx: TyCtxt<'_>, id: HirId) -> bool
Expand description
Check whether a path is a use
item that has been marked as unstable.
See issue #94972 for details on why this is a special case