rust/tests/ui/parser/keyword-final.rs

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

4 lines
96 B
Rust
Raw Normal View History

fn main() {
let final = (); //~ ERROR expected identifier, found reserved keyword `final`
}