ICE On while Some(_)
instead of while let Some(_)
#80288
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.
In the below snippet, I forgot the
let
inwhile let Some(_) =
, and this caused an ICE.Code
Meta
Error output
Backtrace
The text was updated successfully, but these errors were encountered: