mirror of
https://github.com/rust-lang/rust.git
synced 2025-02-11 06:24:24 +00:00
4 lines
102 B
Rust
4 lines
102 B
Rust
fn main() {
|
|
let abstract = (); //~ ERROR expected identifier, found reserved keyword `abstract`
|
|
}
|