summaryrefslogtreecommitdiffstats
path: root/src/test/ui/parser/keyword-final.rs
blob: a79a11032a018e1d4e3339672e52db6dc4095d1f (plain)
1
2
3
fn main() {
    let final = (); //~ ERROR expected identifier, found reserved keyword `final`
}