Compiler error on cargo fix --edition
#90163
Labels
A-edition-2021
Area: The 2021 edition
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.
Hey folks,
I'm getting an ICE while trying to run
cargo fix --edition
.Building or doing anything else with this code is fine. If I remove
Rc
but keep the internal type, it's also works.Code
Meta
rustc --version --verbose
:The same happens on nightly.
Error output
Backtrace
If I should provide more details, please let me know!
Thank you very much!
The text was updated successfully, but these errors were encountered: