Module rustc_next_trait_solver::solve::inspect::build
source ยท Expand description
Building proof trees incrementally during trait solving.
This code is a bit of a mess and can hopefully be mostly ignored. For a general overview of how it works, see the comment on ProofTreeBuilder.
Structsยง
- ProofTreeBuilder ๐The core data structure when building proof trees.
- WipGoalEvaluation ๐
- WipProbe ๐
Enumsยง
- DebugSolver ๐The current state of the proof tree builder, at most places in the code, only one or two variants are actually possible.
- WipProbeStep ๐