Skip to content

Commit

Permalink
Rollup merge of rust-lang#124529 - compiler-errors:select, r=lcnr
Browse files Browse the repository at this point in the history
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#124415
  • Loading branch information
matthiaskrgr authored May 1, 2024
2 parents 378a43a + 6760051 commit 0e6bafd
Show file tree
Hide file tree
Showing 2 changed files with 165 additions and 328 deletions.
Loading

0 comments on commit 0e6bafd

Please sign in to comment.