mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-25 09:28:18 +00:00
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 #124415