]> git.proxmox.com Git - rustc.git/blob - tests/ui/on-unimplemented/expected-comma-found-token.stderr
New upstream version 1.68.2+dfsg1
[rustc.git] / tests / ui / on-unimplemented / expected-comma-found-token.stderr
1 error: expected `,`, found `label`
2 --> $DIR/expected-comma-found-token.rs:9:5
3 |
4 LL | message="the message"
5 | - expected `,`
6 LL | label="the label"
7 | ^^^^^ unexpected token
8
9 error: aborting due to previous error
10