mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-24 15:54:15 +00:00
11 lines
242 B
Plaintext
11 lines
242 B
Plaintext
error: expected `(`, found `~`
|
|
--> $DIR/removed-syntax-fn-sigil.rs:2:14
|
|
|
|
|
LL | let x: fn~() = || ();
|
|
| - ^ expected `(`
|
|
| |
|
|
| while parsing the type for `x`
|
|
|
|
error: aborting due to previous error
|
|
|