-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
empty_array.rs test removed because it ICEs on CI #4607
Comments
It's not usual ICE but a failed assertion. You need to enable rustc For the reference it fails here: |
|
@oli-obk as far as I can tell the
Is this a rustc bug? Is it our fault for calling it so early? Should we be doing something else here to allow for failed MIR? |
This is const prop cc @wesleywiser |
let's see if rust-lang/rust#64991 fixes this, too |
Triage: it still happens on recent rustc. |
In #4606 I removed
tests/ui/out_of_bounds_indexing/empty_array.rs
because it was ICEing, but only on rustc CI (rust-lang/rust#64963 (comment))We should restore the test when we figure out what's going on here. I've got a full rustc build ongoing in the background for now.
The text was updated successfully, but these errors were encountered: