Compile crash after performing module rename via rust analyzer, but only when compiling for test with nightly, workaround by running cargo clean
#90608
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.
This compile crash occurred after doing some refactorings with rust analyzer (via VSCode). The last refactoring I did before was renaming a module by renaming a directory in VSCode. The crash does not occur with
cargo build
orcargo +stable test
. But I also did not run these commands for a while before that, so they were probably doing a clean build.After running
cargo clean
, everything is fine again. Sorry for not having code I can share.Meta
rustc --version --verbose
:Error output
Backtrace
The text was updated successfully, but these errors were encountered: