]> git.proxmox.com Git - rustc.git/blob - tests/ui/issues/issue-83048.stderr
New upstream version 1.68.2+dfsg1
[rustc.git] / tests / ui / issues / issue-83048.stderr
1 error[E0268]: `break` outside of a loop or labeled block
2 --> $DIR/issue-83048.rs:4:5
3 |
4 LL | break;
5 | ^^^^^ cannot `break` outside of a loop or labeled block
6
7 error: aborting due to previous error
8
9 For more information about this error, try `rustc --explain E0268`.