mirror of
https://git.proxmox.com/git/rustc
synced 2025-07-27 04:15:07 +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
|
|
|