[][src]Function rustc_mir::borrow_check::nll::universal_regions::for_each_late_bound_region_defined_on

fn for_each_late_bound_region_defined_on<'tcx>(
    tcx: TyCtxt<'_, '_, 'tcx>,
    fn_def_id: DefId,
    f: impl FnMut(Region<'tcx>)
)
🔬 This is a nightly-only experimental API. (rustc_private)

this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via Cargo.toml instead?

Iterates over the late-bound regions defined on fn_def_id and invokes f with the liberated form of each one.