summary refs log tree commit diff
path: root/src/test/ui/parser/keyword-static-as-identifier.rs
blob: 3ccbfccfc93947c8703897d4db33990c9c80e701 (plain)
1
2
3
4
5
// This file was auto-generated using 'src/etc/generate-keyword-tests.py static'

fn main() {
    let static = "foo"; //~ error: expected pattern, found keyword `static`
}