6 lines
178 B
Rust
6 lines
178 B
Rust
|
// This file was auto-generated using 'src/etc/generate-keyword-tests.py continue'
|
||
|
|
||
|
fn main() {
|
||
|
let continue = "foo"; //~ error: expected pattern, found keyword `continue`
|
||
|
}
|