Function rustc_hir_analysis::collect::resolve_bound_vars::resolve_bound_vars
source ยท fn resolve_bound_vars(
tcx: TyCtxt<'_>,
local_def_id: OwnerId,
) -> ResolveBoundVarsExpand description
Computes the ResolveBoundVars map that contains data for an entire Item.
You should not read the result of this query directly, but rather use
named_variable_map, is_late_bound_map, etc.