-
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
incr. comp.: Don't export impl_stable_hash_via_hash!() and warn about using it. #96082
incr. comp.: Don't export impl_stable_hash_via_hash!() and warn about using it. #96082
Conversation
(rust-highfive has picked a reviewer for you, use r? to override) |
@bors try @rust-timer queue |
Awaiting bors try build completion. @rustbot label: +S-waiting-on-perf |
⌛ Trying commit adf5e92d955f9743dc0a1b7f910325a07f12d2a3 with merge 5dbae17b7833eda353b535611e10d4d0e9755782... |
💔 Test failed - checks-actions |
This comment has been minimized.
This comment has been minimized.
adf5e92
to
c4c6179
Compare
@bors try @rust-timer queue |
Awaiting bors try build completion. @rustbot label: +S-waiting-on-perf |
⌛ Trying commit c4c617967ab8d5e31b3a40e3f9d060714a92828d with merge bf081a0cd1b0ce034bb940f1a05211303858209f... |
☀️ Try build successful - checks-actions |
Queued bf081a0cd1b0ce034bb940f1a05211303858209f with parent 1e6fe58, future comparison URL. |
Finished benchmarking commit (bf081a0cd1b0ce034bb940f1a05211303858209f): 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. @bors rollup=never Footnotes |
c4c6179
to
c0be619
Compare
Removed the @bors try @rust-timer queue |
Awaiting bors try build completion. @rustbot label: +S-waiting-on-perf |
⌛ Trying commit c0be619 with merge ea7eb7d2194a3cffe4b2b3529e8d4a0bf36e0159... |
☀️ Try build successful - checks-actions |
Queued ea7eb7d2194a3cffe4b2b3529e8d4a0bf36e0159 with parent e2661ba, future comparison URL. |
Finished benchmarking commit (ea7eb7d2194a3cffe4b2b3529e8d4a0bf36e0159): 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. @bors rollup=never Footnotes |
This looks better. The PR should be ready for review now. |
Looks good @bors r+ |
📌 Commit c0be619 has been approved by |
☀️ Test successful - checks-actions |
Finished benchmarking commit (27af517): comparison url. Summary:
If you disagree with this performance assessment, please file an issue in rust-lang/rustc-perf. Next Steps: If you can justify the regressions found in this perf run, please indicate this with @rustbot label: +perf-regression Footnotes |
Hm, that regression is unexpected and did not show up in previous perf run. Could it be spurious? |
It looks spurious to me... |
Yes, the |
Linking with rust-lang/rustc-perf#1301 which tracks the issue of |
Fixes #96013.