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

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

6 lines
175 B
Rust
Raw Normal View History

// This file was auto-generated using 'src/etc/generate-keyword-tests.py static'
fn main() {
let static = "foo"; //~ error: expected identifier, found keyword `static`
}