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