[][src]Function rustc::middle::resolve_lifetime::resolve_lifetimes

fn resolve_lifetimes<'tcx>(
    tcx: TyCtxt<'_, 'tcx, 'tcx>,
    for_krate: CrateNum
) -> Lrc<ResolveLifetimes>
🔬 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?

Computes the ResolveLifetimes map that contains data for the entire crate. You should not read the result of this query directly, but rather use named_region_map, is_late_bound_map, etc.