rust/tests/ui/parser/keyword-continue-as-identifier.rs

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

6 lines
181 B
Rust
Raw Normal View History

2016-04-24 13:35:50 -05:00
// This file was auto-generated using 'src/etc/generate-keyword-tests.py continue'
fn main() {
let continue = "foo"; //~ error: expected identifier, found keyword `continue`
2016-04-24 13:35:50 -05:00
}