Modules§
- probe 🔒
Structs§
- Eval
Ctxt - Replace
Alias 🔒With Infer - Eagerly replace aliases with inference variables, emitting
AliasRelate
goals, used when adding goals to theEvalCtxt
. We compute theAliasRelate
goals before evaluating the actual goal to get all the constraints we can.
Enums§
- Current
Goal 🔒Kind - The kind of goal we’re currently proving.
- Generate
Proof Tree
Traits§
Functions§
- evaluate_
root_ 🔒goal_ for_ proof_ tree - Evaluate a goal to build a proof tree.
- evaluate_
root_ goal_ for_ proof_ tree_ raw_ provider - Do not call this directly, use the
tcx
query instead.