blob: 8d03103dafc3a63ab44503ae5d56bb23cef9e61a (
plain)
1
2
3
4
5
6
7
8
9
|
error[E0268]: `break` outside of a loop or labeled block
--> $DIR/E0268.rs:2: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`.
|