Uh oh!
There was an error while loading. Please reload this page.
Rewrite select (in the new solver) to use a ProofTreeVisitor - #124529
Conversation
rustbot
commented
Apr 29, 2024
rustbot
commented
Apr 29, 2024
Some changes occurred to the core trait solver cc @rust-lang/initiative-trait-system-refactor |
compiler-errors
commented
Apr 29, 2024
r? lcnr |
b7b5763 to
be1d5f4CompareUh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
bors
commented
Apr 30, 2024
☔ The latest upstream changes (presumably #124558) made this pull request unmergeable. Please resolve the merge conflicts. |
32aec4d to
6760051Comparecompiler-errors
commented
May 1, 2024
@bors r=lcnr rollup (new solver only) |
bors
commented
May 1, 2024
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
This comment has been minimized.
This comment has been minimized.
…iaskrgr Rollup of 3 pull requests Successful merges: - rust-lang#124529 (Rewrite select (in the new solver) to use a `ProofTreeVisitor`) - rust-lang#124542 (Add diagnostic item for `std::iter::Iterator::enumerate`) - rust-lang#124566 (fix `NormalizesTo` proof tree issue) r? `@ghost` `@rustbot` modify labels: rollup
matthiaskrgr
commented
May 1, 2024
@bors r- ^ |
compiler-errors
commented
May 1, 2024
@bors r=lcnr |
bors
commented
May 1, 2024
bors
commented
May 2, 2024
bors
commented
May 2, 2024
☀️ Test successful - checks-actions |
rust-timer
commented
May 2, 2024
Finished benchmarking commit (f92d49b): comparison URL. Overall result: no relevant changes - no action needed@rustbot label: -perf-regression Instruction countThis benchmark run did not return any relevant results for this metric. Max RSS (memory usage)This benchmark run did not return any relevant results for this metric. CyclesThis benchmark run did not return any relevant results for this metric. Binary sizeThis benchmark run did not return any relevant results for this metric. Bootstrap: 674.001s -> 674.637s (0.09%) |
We can use a proof tree visitor rather than collecting and recomputing all the nested goals ourselves.
Based on #124415