ICE compiler/rustc_metadata/src/rmeta/def_path_hash_map.rs:23:85 on stable #103156
Labels
A-incr-comp
Area: Incremental compilation
C-bug
Category: This is a bug.
E-needs-mcve
Call for participation: This issue has a repro, but needs a Minimal Complete and Verifiable Example
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 don't have a minimal repro. Moving
target
aside makes the bug go away. Putting the "busted"target
back makes it reappear, so this looks like an incremental compilation bug. Thetarget
directory in question is 42Gb.I was running
cargo clippy
. Switching tocargo check
makes the bug go away.The error message is:
I think this is probably #100521 but here it's happening on stable.
For my reference: this occurs with
arti#8b7a07d7ea36128b9c397cd50d0092c14cda921e
. I have savedtarget
as/volatile/rustcargo/Rustup/Arti/Bug-ICE-2022-10-17-target
. My build rune is in the stack trace below.Meta
rustc --version --verbose
:Error output
Backtrace
The text was updated successfully, but these errors were encountered: