-
Notifications
You must be signed in to change notification settings - Fork 13k
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
Replace the ICEing on const fn loops with an error #56065
Conversation
r? @davidtwco (rust_highfive has picked a reviewer for you, use r? to override) |
@bors r+ |
📌 Commit 8ee9711 has been approved by |
nominating for beta backport because of triviality of PR and diagnostics of newly stabilized const functions should not ICE on their release to the public. |
@bors: p=1 beta-nmoinated |
⌛ Testing commit 8ee9711 with merge e10ea819ba2dd05cfc5aa322b1dec66d0ccb2678... |
💔 Test failed - status-travis |
The job Click to expand the log.
I'm a bot! I can only do what humans tell me to, so if this was not helpful or you have suggestions for improvements, please ping or otherwise contact |
@bors retry llvm builing just stopped in the middle without further messages |
⌛ Testing commit 8ee9711 with merge 271693ee9ccb4e2f59f50a7f82c98366182f3563... |
💔 Test failed - status-travis |
The job Click to expand the log.
I'm a bot! I can only do what humans tell me to, so if this was not helpful or you have suggestions for improvements, please ping or otherwise contact |
@bors retry (no more output) |
@bors: retry Apparently bors missed that |
Replace the ICEing on const fn loops with an error fixes #56035
☀️ Test successful - status-appveyor, status-travis |
[beta] Rollup backports * #56163: [master] Backport 1.30.1 release notes * #56147: resolve: Fix some asserts in import validation * #56118: Update books for Rust 2018 * #56117: resolve: Make "empty import canaries" invisible from other crates * #56065: Replace the ICEing on const fn loops with an error * #56143: Issue 56128 segment id ice nightly * #56134: Fix clippy documentation links (first in #56156) r? @ghost
fixes #56035