Module rustc_infer::infer::canonical::substitute [−][src]
Expand description
This module contains code to substitute new values into a
Canonical<'tcx, T>.
For an overview of what canonicalization is and how it fits into rustc, check out the chapter in the rustc dev guide.
Traits
Functions
Substitute the values from var_values into value. var_values
must be values for the set of canonical variables that appear in
value.