Compiler panic after adding a bunch of #[derive(PartialEq)] #93895
Labels
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.
Code
I'm sorry but I don't have the time to nerrow the code down but I want to post a bug report anyways.
You can find the code in this commit.
The thing I added between the last working compile and the broken one was adding all those
#[derive(PartialEq)]
s.Meta
rustc --version --verbose
:Error output
cargo build
Backtrace
The text was updated successfully, but these errors were encountered: