]> git.lizzy.rs Git - rust.git/blob - tests/ui/on-unimplemented/expected-comma-found-token.stderr
Rollup merge of #106797 - FawazTirmizi:dev/issues/104284, r=bjorn3
[rust.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