-
Notifications
You must be signed in to change notification settings - Fork 13.4k
Assertion failed when recompiling #84487
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
Labels
A-incr-comp
Area: Incremental compilation
C-bug
Category: This is a bug.
I-ICE
Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
Comments
cc #84341 |
I have a very similar error (likewise, completed build followed by rebuild, and setting Meta
Error output
|
Duplicate of #83538 |
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
Labels
A-incr-comp
Area: Incremental compilation
C-bug
Category: This is a bug.
I-ICE
Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
When using nightly builds version
rustc 1.53.0-nightly (7f4afdf02 2021-04-22)
the compiler panics. This seems to happen only after doing a full build, then changing something and recompiling.I'm compiling in release but using the following settings:
without the incremental flag the error goes away also this doesn't happen on latest stable 1.51
Error output
The text was updated successfully, but these errors were encountered: