rustc_hir_analysis::collect::resolve_bound_vars

Function resolve_bound_vars

source
fn resolve_bound_vars(
    tcx: TyCtxt<'_>,
    local_def_id: OwnerId,
) -> ResolveBoundVars
Expand 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.