error: internal compiler error: encountered incremental compilation error with def_span #110756
Labels
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.
Code
Meta
rustc --version --verbose
:Error output
Backtrace
I tried to compile with the
run test
code lens in vscode and withcargo test
in the terminal. Both give this error.Weirdly enough
cargo build
andcargo build --release
both had no problems.I opened the issue because the compiler error asked me to do so.
EDIT
After following the help from the compiler error and deleting the target folder the rebuild worked fine.
The text was updated successfully, but these errors were encountered: