2022-11-04 20:11:50 -05:00
|
|
|
error[E0268]: `break` outside of a loop or labeled block
|
2021-03-12 01:02:51 -06:00
|
|
|
--> $DIR/issue-83048.rs:4:5
|
|
|
|
|
|
|
|
|
LL | break;
|
2022-11-04 20:11:50 -05:00
|
|
|
| ^^^^^ cannot `break` outside of a loop or labeled block
|
2021-03-12 01:02:51 -06:00
|
|
|
|
|
|
|
error: aborting due to previous error
|
|
|
|
|
|
|
|
For more information about this error, try `rustc --explain E0268`.
|