summaryrefslogtreecommitdiffstats
path: root/tests/ui/parser/issues/issue-76597.stderr
blob: 25858981cff0fb4ce2e9281f8122b25759012560 (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 1 previous error