rust/tests/ui/issues/issue-46311.rs

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

5 lines
77 B
Rust
Raw Normal View History

2017-12-06 09:28:01 +00:00
fn main() {
'break: loop { //~ ERROR invalid label name `'break`
}
}