breaking on unknown lifetime #43591
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 was poking around with lifetimes and break statements when I came across this bug:
I just expected it to complain that
'a
was an undeclared liftime. However, it spit out an internal compiler error:Version
rustc --version --verbose
yields:Backtrace
The text was updated successfully, but these errors were encountered: