rust/src/test/ui/parser/removed-syntax-fn-sigil.stderr
Vadim Petrochenkov fa72a81bea Update tests
2019-03-11 23:10:26 +03:00

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