Function rustc_hir_analysis::collect::lifetimes::resolve_lifetimes
source · fn resolve_lifetimes(tcx: TyCtxt<'_>, local_def_id: OwnerId) -> ResolveLifetimesExpand description
Computes the ResolveLifetimes map that contains data for an entire Item.
You should not read the result of this query directly, but rather use
named_region_map, is_late_bound_map, etc.