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

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

6 lines
172 B
Rust
Raw Normal View History

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