-
Notifications
You must be signed in to change notification settings - Fork 13.3k
ICE when compiling image with ace517da0d1e356aa5b42f4cdee6854538591ef2 #41604
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Comments
Culprit is in b0a4074...ace517d |
I think I'm hitting this too, but with a different stack trace:
|
I'm also seeing this, compiling Meta
|
^ mine was compiling image 0.13.0 as well. |
The error manifests only when the Edit: It is the Edit: Reduced test case: struct B;
impl B {
fn init(&mut self) {}
}
fn main() {
let mut b = [B];
b[1-1].init();
} |
I'm on it |
This bug appears to have made it into the latest beta ( |
That's why #41651 is nominated for backporting to beta. |
Cc @eddyb
The text was updated successfully, but these errors were encountered: