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

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