4 lines
76 B
Rust
4 lines
76 B
Rust
fn main() {
|
|
let super: int; //~ ERROR found `super` in ident position
|
|
}
|