-
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
Check that closures satisfy their where bounds #96899
Conversation
r? @cjgillot (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 794022df66af9c5a1983cd84561f744df6b32c9c with merge d6ad50280b6dfbaf0163b0f18e58a204ba847da1... |
☔ The latest upstream changes (presumably #96736) made this pull request unmergeable. Please resolve the merge conflicts. |
@rust-timer build d6ad50280b6dfbaf0163b0f18e58a204ba847da1 |
Queued d6ad50280b6dfbaf0163b0f18e58a204ba847da1 with parent c51871c, future comparison URL. |
Finished benchmarking commit (d6ad50280b6dfbaf0163b0f18e58a204ba847da1): comparison url. Summary: This benchmark run did not return any relevant results. 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 |
1b2c19d
to
c19a3a1
Compare
We reviewed this in a deep dive meeting. |
@bors r+ |
📌 Commit c19a3a1936bbb36dbf1a9f64541294e8e4ea7622 has been approved by |
⌛ Testing commit c19a3a1936bbb36dbf1a9f64541294e8e4ea7622 with merge 630096dc68cf0cde55133389bef9934cf1d8f223... |
This comment has been minimized.
This comment has been minimized.
💔 Test failed - checks-actions |
c19a3a1
to
7a4ac84
Compare
@bors r=nikomatsakis |
📌 Commit 7a4ac84 has been approved by |
☀️ Test successful - checks-actions |
Finished benchmarking commit (a7d6408): comparison url. Summary:
If you disagree with this performance assessment, please file an issue in rust-lang/rustc-perf. @rustbot label: -perf-regression Footnotes |
…k, r=compiler-errors Revert "Check that closures satisfy their where bounds" This reverts commit 253408b from rust-lang#96899 This is only performed on beta to give us another few weeks to fix rust-lang#97607 on nightly. The planned fix is likely way too large to backport anyway. r? `@compiler-errors`
fixes #53092
fixes #90409
based on #96736