]> git.lizzy.rs Git - rust.git/blob - src/test/ui/issues/issue-83048.rs
Rollup merge of #82483 - tmiasko:option-from-str, r=matthewjasper
[rust.git] / src / test / ui / issues / issue-83048.rs
1 // compile-flags: -Z unpretty=thir-tree
2
3 pub fn main() {
4     break; //~ ERROR: `break` outside of a loop [E0268]
5 }