-
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
do not emit overlap errors for impls failing the orphan check #89550
Conversation
f2e4eaa
to
7d5a76d
Compare
@bors try @rust-timer queue |
Awaiting bors try build completion. @rustbot label: +S-waiting-on-perf |
⌛ Trying commit 7d5a76d79c1f608f2e40cef7bbdba2dc4b172d7c with merge 1c8704cd0aa20806f32471eb07a5af01fa99f8d0... |
This comment has been minimized.
This comment has been minimized.
☀️ Try build successful - checks-actions |
Queued 1c8704cd0aa20806f32471eb07a5af01fa99f8d0 with parent e015ef5, future comparison URL. |
☀️ Try build successful - checks-actions |
ok, before we had
but we now have
Don't think that that should block this PR and believe that we stop using |
Finished benchmarking commit (1c8704cd0aa20806f32471eb07a5af01fa99f8d0): comparison url. Summary: This change led to large relevant mixed results 🤷 in compiler performance.
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. Next Steps: If you can justify the regressions found in this try perf run, please indicate this with @bors rollup=never |
@bors try @rust-timer queue |
Awaiting bors try build completion. @rustbot label: +S-waiting-on-perf |
⌛ Trying commit 9eb21cf7293d97200ea07dddb9c57bd7c86f4234 with merge 244bc66664402a4b88605f32a857fa71310bcc1d... |
☀️ Try build successful - checks-actions |
Queued 244bc66664402a4b88605f32a857fa71310bcc1d with parent e015ef5, future comparison URL. |
Finished benchmarking commit (244bc66664402a4b88605f32a857fa71310bcc1d): comparison url. Summary: This change led to large relevant mixed results 🤷 in compiler performance.
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. Next Steps: If you can justify the regressions found in this try perf run, please indicate this with @bors rollup=never |
@bors try @rust-timer queue |
alright, sure love a 2.4 % perf regression to be noise xx should now be ready for merge i guess 😅 |
☔ The latest upstream changes (presumably #86041) made this pull request unmergeable. Please resolve the merge conflicts. |
71f1b4f
to
f55ff41
Compare
@bors r+ |
📌 Commit f55ff41 has been approved by |
⌛ Testing commit f55ff41 with merge 1e3c735f4665ad4ebeb54e37b0cdfbff161fa69a... |
💥 Test timed out |
@bors retry |
☀️ Test successful - checks-actions |
Finished benchmarking commit (1d34cb4): comparison url. Summary: This change led to moderate relevant mixed results 🤷 in compiler performance.
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 |
Perf "regressions" disappeared when the next PR was merged |
this should finally allow us to merge #86986, see #86986 (comment) for more details.
r? @nikomatsakis cc @eddyb