You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
error: internal compiler error: librustc/middle/liveness.rs:1081: loop scope error: unlabeled control flow (break or continue) in while condition
#50802
Closed
vegard opened this issue
May 16, 2018
· 4 comments
$ rustc -
error: internal compiler error: librustc/middle/liveness.rs:1081: loop scope error: unlabeled control flow (break or continue) in while condition
--> <anon>:4:21
|
4 | break while continue {
| ^^^^^^^^
thread 'main' panicked at 'Box<Any>', librustc_errors/lib.rs:499:9
note: Run with `RUST_BACKTRACE=1` for a backtrace.
error: aborting due to previous error
note: the compiler unexpectedly panicked. this is a bug.
note: we would appreciate a bug report: https://github.com/rust-lang/rust/blob/master/CONTRIBUTING.md#bug-reports
note: rustc 1.27.0-dev running on x86_64-unknown-linux-gnu
Input:
Output:
This is on commit eca0da5.
The text was updated successfully, but these errors were encountered: