Uh oh!
There was an error while loading. Please reload this page.
Remove special case for ExprKind::Paren in MutVisitor - #87284
Conversation
Aaron1011
commented
Jul 19, 2021
Fixes #87274 |
Aaron1011
commented
Jul 19, 2021
@bors try @rust-timer queue |
rust-timer
commented
Jul 19, 2021
Awaiting bors try build completion. @rustbot label: +S-waiting-on-perf |
bors
commented
Jul 19, 2021
⌛ Trying commit 208bc2d83fbcd478aacbd62b4f6f9f18f3d4379e with merge 2f692747360443b2e47774330701e5705186fcec... |
bors
commented
Jul 19, 2021
☀️ Try build successful - checks-actions |
rust-timer
commented
Jul 19, 2021
Queued 2f692747360443b2e47774330701e5705186fcec with parent 8df945c, future comparison URL. |
rust-timer
commented
Jul 19, 2021
Finished benchmarking try commit (2f692747360443b2e47774330701e5705186fcec): comparison url. Summary: This benchmark run did not return any significant changes. 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. @bors rollup=never |
petrochenkov
commented
Jul 19, 2021
@bors r+ rollup=maybe |
bors
commented
Jul 19, 2021
📌 Commit 208bc2d83fbcd478aacbd62b4f6f9f18f3d4379e has been approved by |
petrochenkov
commented
Jul 19, 2021
Oh, wait, could you fix the typo |
The special case breaks several useful invariants (`ExpnId`s are globally unique, and never change). This special case was added back in 2016 in rust-lang#34355
208bc2d to
f9f238eCompareExpnKind::Paren in MutVisitorExprKind::Paren in MutVisitorAaron1011
commented
Jul 19, 2021
@bors r=petrochenkov p=1 This unbreaks a perf benchmark |
bors
commented
Jul 19, 2021
📌 Commit f9f238e has been approved by |
bors
commented
Jul 19, 2021
bors
commented
Jul 20, 2021
☀️ Test successful - checks-actions |
The special case breaks several useful invariants (
ExpnIds areglobally unique, and never change). This special case
was added back in 2016 in #34355
r? @petrochenkov