]> git.proxmox.com Git - rustc.git/blob - src/test/ui/parser/issues/issue-76597.stderr
Update upstream source from tag 'upstream/1.58.1+dfsg1'
[rustc.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