summaryrefslogtreecommitdiffstats
path: root/tests/ui/parser/keyword-type-as-identifier.rs
blob: 04adddf72c6ff2603a4474830739ef1e4c66de28 (plain)
1
2
3
4
5
// This file was auto-generated using 'src/etc/generate-keyword-tests.py type'

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