Uh oh!
There was an error while loading. Please reload this page.
Revert Allow destructuring opaque types in their defining scopes - #99368
Revert Allow destructuring opaque types in their defining scopes#99368matthiaskrgr wants to merge 1 commit into
Conversation
rustbot
commented
Jul 17, 2022
This PR changes MIR cc @oli-obk, @RalfJung, @JakobDegen, @davidtwco, @celinval, @vakaras Some changes occurred in compiler/rustc_codegen_cranelift cc @bjorn3 Some changes occurred in src/tools/clippy cc @rust-lang/clippy Some changes occurred to the CTFE / Miri engine cc @rust-lang/miri Some changes occurred to MIR optimizations cc @rust-lang/wg-mir-opt |
matthiaskrgr
commented
Jul 17, 2022
@bors try @rust-timer queue |
rust-timer
commented
Jul 17, 2022
Awaiting bors try build completion. @rustbot label: +S-waiting-on-perf |
matthiaskrgr
commented
Jul 17, 2022
Ouff sorry for all the pings, is there a way to make rustbot not do that? :/ |
bors
commented
Jul 17, 2022
⌛ Trying commit 63d3cea with merge f3aa1baa95ecd1fed574085c44f597a1de226da5... |
bors
commented
Jul 17, 2022
☀️ Try build successful - checks-actions |
rust-timer
commented
Jul 17, 2022
Queued f3aa1baa95ecd1fed574085c44f597a1de226da5 with parent 1cd72b7, future comparison URL. |
rust-timer
commented
Jul 17, 2022
Finished benchmarking commit (f3aa1baa95ecd1fed574085c44f597a1de226da5): comparison url. Instruction count
Max RSS (memory usage)Results
CyclesResults
If you disagree with this performance assessment, please file an issue in rust-lang/rustc-perf. Benchmarking this pull request likely means that it is perf-sensitive, so we're automatically marking it as not fit for rolling up. While you can manually mark this PR as fit for rollup, we strongly recommend not doing so since this PR may lead to changes in compiler perf. @bors rollup=never Footnotes |
oli-obk
commented
Jul 18, 2022
r? @oli-obk |
oli-obk
commented
Jul 18, 2022
@bors r+ I'll undo the revert in a new PR and figure out the perf regression there |
bors
commented
Jul 18, 2022
oli-obk
commented
Jul 18, 2022
Looks like the regression is entirely due to |
bors
commented
Jul 19, 2022
☔ The latest upstream changes (presumably #99309) made this pull request unmergeable. Please resolve the merge conflicts. |
Revert "Rollup merge of rust-lang#98582 - oli-obk:unconstrained_opaque_type, r… …=estebank" This reverts commit 6f8fb91, reversing changes made to 7210e46. r? `@ghost` rebase of rust-lang#99368
…estebank Allow patterns to constrain the hidden type of opaque types fixesrust-lang#96572 reverts a revert as original PR was a perf regression that was fixed by reverting it: rust-lang#99368 (comment)) TODO: * check if rust-lang#99685 is avoided
Allow patterns to constrain the hidden type of opaque types fixes #96572 reverts a revert as original PR was a perf regression that was fixed by reverting it: rust-lang/rust#99368 (comment)) TODO: * check if rust-lang/rust#99685 is avoided
Allow patterns to constrain the hidden type of opaque types fixes #96572 reverts a revert as original PR was a perf regression that was fixed by reverting it: rust-lang/rust#99368 (comment)) TODO: * check if rust-lang/rust#99685 is avoided
Revert "Rollup merge of #98582 - oli-obk:unconstrained_opaque_type, r… …=estebank" This reverts commit 6f8fb911ad504b77549cf3256a09465621beab9d, reversing changes made to 7210e46dc69a4b197a313d093fe145722c248b7d. r? `@ghost` rebase of rust-lang/rust#99368
Allow patterns to constrain the hidden type of opaque types fixes #96572 reverts a revert as original PR was a perf regression that was fixed by reverting it: rust-lang/rust#99368 (comment)) TODO: * check if rust-lang/rust#99685 is avoided
Revert "Rollup merge of #98582 - oli-obk:unconstrained_opaque_type, r… …=estebank" This reverts commit 6f8fb911ad504b77549cf3256a09465621beab9d, reversing changes made to 7210e46dc69a4b197a313d093fe145722c248b7d. r? `@ghost` rebase of rust-lang/rust#99368
Allow patterns to constrain the hidden type of opaque types fixes #96572 reverts a revert as original PR was a perf regression that was fixed by reverting it: rust-lang/rust#99368 (comment)) TODO: * check if rust-lang/rust#99685 is avoided
reverts PR #98582
This reverts commit 6f8fb91, reversing
changes made to 7210e46.
r? @ghost