]> git.lizzy.rs Git - rust.git/blob - src/test/ui/parser/issues/issue-76597.stderr
Rollup merge of #91055 - lcnr:type_of-closures, r=nikomatsakis
[rust.git] / src / test / ui / parser / issues / issue-76597.stderr
1 error: expected one of `!`, `(`, `)`, `+`, `,`, `::`, or `<`, found `y`
2   --> $DIR/issue-76597.rs:7:38
3    |
4 LL | ...                   x: u8
5    |                            -
6    |                            |
7    |                            expected one of 7 possible tokens
8    |                            help: missing `,`
9 LL | ...                   y: u8,
10    |                       ^ unexpected token
11
12 error: aborting due to previous error
13