summaryrefslogtreecommitdiffstats
path: root/tests/ui/parser/issues/issue-76597.stderr
blob: 50b23329f0cebd2f8400354675514ba9fd844d0f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
error: expected one of `!`, `(`, `)`, `+`, `,`, `::`, or `<`, found `y`
  --> $DIR/issue-76597.rs:7:38
   |
LL | ...                   x: u8
   |                            -
   |                            |
   |                            expected one of 7 possible tokens
   |                            help: missing `,`
LL | ...                   y: u8,
   |                       ^ unexpected token

error: aborting due to previous error