-
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
ICE: 'rustc' panicked at 'Box<Any>', src/librustc_errors/lib.rs:931:9 #68372
Comments
|
Does this reproduce with the beta or nightly compiler? Also, if possible, a self-contained reproducer without |
@rtyler can you provide the sources for the complete project? Do you have a git repository which we could check out and reproduce the bug? |
@hellow554 This project is open source, and I checkpointed for this issue. A Unfortunately I was not able to take the time for a larger diversion into inspection of this issue. |
I need some further explanation here @rtyler |
@hellow554 the version is 1.40.0, and full clean did appear to correct the issue (unfortunately). I'm not sure what more can be done since the issue isn't terribly reproducible. I would have thought my |
Seems to be an incremental issue then? @Centril what do you think? |
This I believe will be resolved by PR #68289. triage: P-high, removing nomination label, assigning to self. |
This may have a duplicate, since there are similar panics already reported, but this is on a different line number.
The compilation log and source code are listed below
compile.log
The text was updated successfully, but these errors were encountered: