-
Notifications
You must be signed in to change notification settings - Fork 12.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Avoid uneccessary clone of Annotatable #91324
Avoid uneccessary clone of Annotatable #91324
Conversation
Very clever! @bors try @rust-timer queue |
Awaiting bors try build completion. @rustbot label: +S-waiting-on-perf |
⌛ Trying commit d05e4d2 with merge 753a94276a9dacd5bd9033012456ea133392d9da... |
☀️ Try build successful - checks-actions |
Queued 753a94276a9dacd5bd9033012456ea133392d9da with parent db9d361, future comparison URL. |
Finished benchmarking commit (753a94276a9dacd5bd9033012456ea133392d9da): comparison url. Summary: This benchmark run did not return any relevant 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. While you can manually mark this PR as fit for rollup, we strongly recommend not doing so since this PR led to changes in compiler perf. @bors rollup=never |
@bors r+ |
📌 Commit d05e4d2 has been approved by |
⌛ Testing commit d05e4d2 with merge cd3e911336b2811285fa6f1c6808b9e533b3aada... |
The job Click to see the possible cause of the failure (guessed by this bot)
|
💔 Test failed - checks-actions |
Well that's... interesting ?! Spurious failure? Bug in MIRI? UB? Not sure what's going on here, but seems pretty unlikely for this PR to be at fault! |
@bors retry |
⌛ Testing commit d05e4d2 with merge 2a8a133a2ed4e53b278c343d15d35579efeac881... |
💔 Test failed - checks-actions |
@bors try |
⌛ Trying commit d05e4d2 with merge 7b97bbc7df1cd184854ae0fc18f6a22f944800f6... |
☀️ Try build successful - checks-actions |
@bors retry |
⌛ Trying commit d05e4d2 with merge f049e60b9fedcaf4d463dd92f0ffe7eb9b62f029... |
☀️ Try build successful - checks-actions |
@bors r+ |
💡 This pull request was already approved, no need to approve it again.
|
📌 Commit d05e4d2 has been approved by |
☀️ Test successful - checks-actions |
Hooray! But still... all rather suspicious. Is this a known issue? |
Finished benchmarking commit (2446a21): comparison url. Summary: This benchmark run did not return any relevant changes. If you disagree with this performance assessment, please file an issue in rust-lang/rustc-perf. @rustbot label: -perf-regression |
Addresses FIXME comment created in #82608
r? @Aaron1011