Compiler panic on renaming a struct #91705
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 got a compiler panic when renaming a struct from
StackPos
toReg
. It went away when I rancargo clean
, and didn't come back, so I'm not sure how to reproduce it.Meta
rustc --version --verbose
:Error output
Backtrace
The text was updated successfully, but these errors were encountered: