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

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