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.