fn is_unstable_reexport<'tcx>(tcx: TyCtxt<'tcx>, 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