os-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 Permalink Normal View History

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