]> git.lizzy.rs Git - rust.git/blob - src/test/ui/parser/removed-syntax-fn-sigil.stderr
Rollup merge of #92024 - pcwalton:per-codegen-unit-names, r=davidtwco
[rust.git] / src / test / ui / parser / removed-syntax-fn-sigil.stderr
1 error: expected `(`, found `~`
2   --> $DIR/removed-syntax-fn-sigil.rs:2:14
3    |
4 LL |     let x: fn~() = || ();
5    |         -    ^ expected `(`
6    |         |
7    |         while parsing the type for `x`
8
9 error: aborting due to previous error
10