ICE when checking a specific crate #91857
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.
I hit an ICE with the stable compiler. I have a workspace with two crates, the ICE happens only when I run
cargo check
for one of the crates (with the-p
parameters). If I just runcargo check
, it works fine. It seems to have been caused by the last commit in therustc-bug-1
branch, I'll try to minimize it later.Maybe related to #91835
Compiler version:
Codebase:
Command to reproduce:
Backtrace
The text was updated successfully, but these errors were encountered: