ICE when testing new clippy lint #92550
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.
I tried to learn some clippy lint development today but I just couldn't get my head around this annoying error, It seems like this
Internal Compiler Error
appears whenever I made any change to the original files, even by reverting all the changes doesn't make the error go away, only by deleting the/target
folder and rebuild the whole thing does.Code
In rust-clippy/test/ui/test_attr.rs
Meta
rustc --version --verbose
:Error output
Backtrace
The text was updated successfully, but these errors were encountered: