]> git.lizzy.rs Git - rust.git/blob - src/test/ui/issues/issue-50802.stderr
Rollup merge of #53208 - BurntPizza:protect-the-environment, r=alexcrichton
[rust.git] / src / test / ui / issues / issue-50802.stderr
1 error[E0590]: `break` or `continue` with no label in the condition of a `while` loop
2   --> $DIR/issue-50802.rs:15:21
3    |
4 LL |         break while continue { //~ ERROR E0590
5    |                     ^^^^^^^^ unlabeled `continue` in the condition of a `while` loop
6
7 error: aborting due to previous error
8
9 For more information about this error, try `rustc --explain E0590`.