mirror of
https://git.proxmox.com/git/rustc
synced 2025-06-02 21:47:27 +00:00
4 lines
96 B
Rust
4 lines
96 B
Rust
fn main() {
|
|
let final = (); //~ ERROR expected identifier, found reserved keyword `final`
|
|
}
|