Commit f92d49b
committed
Auto merge of rust-lang#124529 - compiler-errors:select, r=lcnr
Rewrite select (in the new solver) to use a `ProofTreeVisitor`
We can use a proof tree visitor rather than collecting and recomputing all the nested goals ourselves.
Based on rust-lang#1244152 files changed
Lines changed: 165 additions & 328 deletions
File tree
- compiler/rustc_trait_selection/src/solve/eval_ctxt
- tests/ui/traits
0 commit comments