rust/tests/ui/issues/issue-50581.stderr

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

10 lines
307 B
Plaintext
Raw Permalink Normal View History

error[E0268]: `break` outside of a loop or labeled block
2018-12-25 15:56:47 +00:00
--> $DIR/issue-50581.rs:2:14
|
2019-03-09 12:03:44 +00:00
LL | |_: [u8; 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`.