Found unstable fingerprints for def_ident_span
#95945
Labels
A-incr-comp
Area: Incremental compilation
C-bug
Category: This is a bug.
E-needs-test
Call for participation: An issue has been fixed and does not reproduce, but no test has been added.
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.
Recompiling this minimal example using
rustc 1.60.0 (7737e0b5c 2022-04-04)
orrustc 1.62.0-nightly (1f7fb6413 2022-04-10)
crashes withFound unstable fingerprints for def_ident_span(foo[c936]::{impl#0}::deserialize::{impl#0}::One): Some(src/lib.rs:5:5: 5:8 (#0))
:Code
Since this is an incremental compilation bug, there are "before" and "after" code snippets, where a
cargo build
happens on the "before" snippet and then on the "after" snippet.Before
Unexpanded:
Expanded (via
cargo-expand
):After
Unexpanded:
Expanded (via
cargo-expand
):Meta
rustc --version --verbose
:rustc +nightly --version --verbose
:Error output
Before
After
Backtrace
The text was updated successfully, but these errors were encountered: