ICE when incrementally compiling code #93336
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.
Note: cleaning the
target
directory and compiling again makes the ice vanish. As such, I suspect this ICE to be caused by incremental compilation. If it can help, I have an exact copy of thetarget
which triggers the ICE. I have checked, and I can trigger it again on my laptop. I don't know how portable it is, though.Code
Too long to be written here. See
scrabsha/langgg/ICE-1
instead.Meta
rustc --version --verbose
:Error output
Backtrace
FWIW it looks like it's happening
cargo check
but notcargo build
.The text was updated successfully, but these errors were encountered: