Compiler panics after code refactor #92056
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 renamed
MyAllocator
toProxyAllocator
and that causedcargo check to panic
.Code
See near/near-memory-tracker#72
See near/near-memory-tracker@4594e16
I used refactoring in
Clion
, just renamedMyAllocator
toProxyAllocator
Meta
rustc --version --verbose
:Error output
The text was updated successfully, but these errors were encountered: