mirror of
https://github.com/rust-lang/rust.git
synced 2025-02-04 11:04:03 +00:00
4 lines
74 B
Rust
4 lines
74 B
Rust
fn main() {
|
|
let x: fn~() = || (); //~ ERROR expected `(`, found `~`
|
|
}
|