Module rustc_next_trait_solver::solve::eval_ctxt
source · Modules§
- Canonicalization is used to separate some goal from its context, throwing away unnecessary information in the process.
- probe 🔒
Structs§
- Eagerly replace aliases with inference variables, emitting
AliasRelategoals, used when adding goals to theEvalCtxt. We compute theAliasRelategoals before evaluating the actual goal to get all the constraints we can.