Syntax error in my code lets rustc crash #76611
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.
With this example code with a syntax error rustc times out. The
g
was supposed to be on the next line. This leads to weird behaviour in rls which blocks my whole computer because it consumes a lot of resources.Code
Meta
rustc --version --verbose
:Error output
Backtrace
I'm attaching a zip with the whole project I had because it's really small so you can reproduce it.
FeedTheMonkey.zip
The text was updated successfully, but these errors were encountered: