thread 'rustc' panicked at 'found unstable fingerprints for optimized_mir #85064
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.
First of all, thanks for all your hard work on the compiler!
I ran into the following issue while doing a
cargo build
of the following repo:parity-bridges-common
. I'd beencheck
-ing andbuild
-ing my code fine but at one point just got stuck in this state where it would panic with this message on every build.I wasn't able to figure out how to produce a minimal example. I also wasn't able to reproduce it by just building the offending packages (e.g
millau-bridge-node
orrialto-bridge-node
based off the error output) individually.Unfortunately (or maybe fortunately?) I wasn't able to reproduce by building with the nightly compiler.
Meta
rustc --version --verbose
:Error output
I captured the following error output after running
RUST_BACKTRACE=1 cargo build
. Since the output is so large I thought it would be best to put it in a Gist.The text was updated successfully, but these errors were encountered: