assertion left==right failed in rustc_query_system/src/dep_graph/serialized.rs #127940
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
This error happened when rebuilding code after changing a proc macro that was used in my crate.
It did not persist after
cargo clean
, so it may be an issue with the incremental build? I am no longer sure that I can create a minimal example since I can't reproduce aftercargo clean
.I am not sure how helpful this well be, but since the error asked me to post an issue I figured I would post what I can.
Meta
This was on the stable compiler
rustc --version --verbose
:Error output
This error occurred during cargo build, after rebuilding a changed proc macro successfully, and then attempting to build my crate which uses the proc macro. Here's my error output
The text was updated successfully, but these errors were encountered: