blob: 587be63041db49d487e2a005e079156860c1e684 (
plain)
1
2
3
4
5
6
7
8
9
10
|
error: expected `(`, found `~`
--> $DIR/removed-syntax-fn-sigil.rs:14:14
|
LL | let x: fn~() = || (); //~ ERROR expected `(`, found `~`
| - ^ expected `(`
| |
| while parsing the type for `x`
error: aborting due to previous error
|