4 lines
74 B
Rust
4 lines
74 B
Rust
fn main() {
|
|
let x: fn~() = || (); //~ ERROR expected `(`, found `~`
|
|
}
|
fn main() {
|
|
let x: fn~() = || (); //~ ERROR expected `(`, found `~`
|
|
}
|