-
Notifications
You must be signed in to change notification settings - Fork 12.8k
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
Internal compiler error: unexpected panic #55186
Comments
I deleted some of my earlier replies which were incorrect. As the OP reports, the issue is transient and difficult to reproduce. I noticed that the ICE occurs on the playground in stable yet not in beta or nightly... but then when I tried on my local machine, compilers from all three channels handle it fine. (note: one of the deleted posts asked the OP to try the beta compiler) Here is a backtrace procured from the playground.
|
Hmmm, maybe this WAS fixed: #53469 (seemingly completely different issue, but look at the error and backtrace) |
As requested, I tried it with +beta and so far I have not been able to reproduce the problem. Daniel Gibson |
Appears fixed on rustc 1.30.0 |
Hello,
I apologize up front if I am raising this issue incorrectly. The compiler says it would appreciate a bug report. Below is what it printed out:
It happened, for the first time, when declaring a reference in a function:
It does not always fail on a cargo build, but generally will fail after a
cargo clean
,cargo build
.It generally always fails on a
cargo build --release
.Let me know if this issue report is acceptable,
Daniel Gibson
The text was updated successfully, but these errors were encountered: