rust/tests/ui/error-codes/E0268.rs

4 lines
41 B
Rust

fn main() {
break; //~ ERROR E0268
}