rustc ICE attempting to call nonexistent method on break keyword #15207
Labels
E-needs-test
Call for participation: An issue has been fixed and does not reproduce, but no test has been added.
I-ICE
Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️
Had a
Vec<>
namedbreaks
, mistyped it asbreak
and calledpush()
on it. Compiler fuzzing through awful variable name choices!Version:
[kwantam@tachyon ~/git/coreutils/fmt]$ rustc --version
rustc 0.11.0-pre-nightly (05ca9f7 2014-06-24 22:06:48 +0000)
host: x86_64-unknown-linux-gnu
Error:
The text was updated successfully, but these errors were encountered: