blob: 65a08e62e3df6c5415c922874d4f627d8979b68a [file] [log] [blame]
error[E0268]: `break` outside of a loop or labeled block
--> $DIR/break-outside-loop-error-83048.rs:5:5
|
LL | break;
| ^^^^^ cannot `break` outside of a loop or labeled block
error: aborting due to 1 previous error
For more information about this error, try `rustc --explain E0268`.