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