Uh oh!
There was an error while loading. Please reload this page.
Remove BadImplStripper code - #96337
Conversation
rust-highfive
commented
Apr 23, 2022
Some changes occurred in cc @camelid |
GuillaumeGomez
commented
Apr 23, 2022
Let's check if there is an impact on perf: @bors try @rust-timer queue |
rust-timer
commented
Apr 23, 2022
Awaiting bors try build completion. @rustbot label: +S-waiting-on-perf |
bors
commented
Apr 23, 2022
⌛ Trying commit b178b09 with merge 2ab0cef387112435a80c2aa6f3fad22792145372... |
rust-log-analyzer
commented
Apr 23, 2022
The job Click to see the possible cause of the failure (guessed by this bot) |
GuillaumeGomez
commented
Apr 23, 2022
Seems like |
bors
commented
Apr 23, 2022
☀️ Try build successful - checks-actions |
rust-timer
commented
Apr 23, 2022
Queued 2ab0cef387112435a80c2aa6f3fad22792145372 with parent 09064a2, future comparison URL. |
rust-timer
commented
Apr 23, 2022
Finished benchmarking commit (2ab0cef387112435a80c2aa6f3fad22792145372): comparison url. Summary:
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. Next Steps: If you can justify the regressions found in this try perf run, please indicate this with @bors rollup=never Footnotes |
GuillaumeGomez
commented
Apr 23, 2022
That's quite the disaster. 😆 Oh well, now we know. :) |
camelid
commented
Apr 23, 2022
@GuillaumeGomez obviously, we can't land this as-is, but I think it might still be worth investigating a modification of this PR. My recollection is that |
Following this comment suggestion. I gave a try at removing
BadImplStripper.I ran rustdoc tests and all passed so apparently it's now possible to not rely on
BadImplStripperanymore. Is there maybe a case that isn't covered by the tests though?r? @camelid