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