4 lines
79 B
Rust
4 lines
79 B
Rust
fn main() {
|
|
let ref
|
|
(); //~ ERROR expected identifier, found `(`
|
|
}
|