blob: db5b634b3907d0f19434d789e09e68423587bb8f [file] [log] [blame]
error: expected `(`, found `~`
--> $DIR/removed-syntax-fn-sigil.rs:4:14
|
LL | let x: fn~() = || (); //~ ERROR expected `(`, found `~`
| - ^ expected `(`
| |
| while parsing the type for `x`
error: aborting due to previous error