Panic with incremental compilation: None.unwrap() in rustc_incremental::persist::hash::HashContext::hash #44804
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.
I ran into this with
CARGO_INCREMENTAL=1 cargo run --release
. Incremental compilation was working just fine for the past few hours, but suddenly it panicked after I refactored a bunch of code fromsrc/bin/X.rs
tosrc/lib.rs
.Unfortunately, I wasn't able to reproduce this panic after calling
cargo clean
.The text was updated successfully, but these errors were encountered: