internal compiler error: encountered incremental compilation error #120963
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.
Code
I'm afraid boiling this down to a minimal reproducer is beyond my capabilities. Especially since this one does not seem to be triggered by some specific syntax, but rather some interplay of the compiler and its build cache.
One thing worth mentioning: this project is a workspace. Compiling with
cargo test
or evencargo test --manifest-path Cargo.toml
(at project root) works just fine, butcargo test --manifest-path neo4j/Cargo.toml
fails.Meta
rustc --version --verbose
:Error output
Backtrace
Related
#84970
The text was updated successfully, but these errors were encountered: