blob: 196a5af47293882ecda998272a1f38f281e980dc [file] [log] [blame]
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