-
Notifications
You must be signed in to change notification settings - Fork 13.3k
internal compiler error: unexpected panic #92265
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
Comments
The code you provided in the gist isn't enough to attempt a repro on my end, I'm missing a few things:
Is there by any chance a git repo that I can clone and a revision that I can checkout that has the code in the same state it was in when you encountered the ICE? |
I'm not pushing the code yet, but I took some time to trim down the sample, and have published a new revision at https://gist.github.com/bwinton/0f61ed0d930363d807431f16cb055b5a that runs on its own and still has the error. If I comment out the |
Amazing! That is immensely helpful. I was able to reproduce, here's the backtrace with Backtrace
This issue does not occur on stable 1.57 nor on beta-1.58:
I'm going to try to bisect to find which revision broke things. @rustbot label +regression-from-stable-to-nightly |
Oh wait, I'm sorry, the beta that I have installed is more recent than your nightly:
So it appears this has been fixed. And indeed, doing a quick issue search for Use @rustbot label -regression-from-stable-to-nightly -I-prioritize |
That's great to hear! |
Cool. Mind closing the issue? |
Apologies for the poor title, but I'm not sure what to put there… 🙂
Code
https://gist.github.com/0f61ed0d930363d807431f16cb055b5a
Meta
Error output
Backtrace
The text was updated successfully, but these errors were encountered: