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

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

4 lines
41 B
Rust
Raw Normal View History

2016-08-05 19:17:39 +08:00
fn main() {
break; //~ ERROR E0268
}