]> git.lizzy.rs Git - rust.git/blob - src/test/ui/on-unimplemented/expected-comma-found-token.stderr
Rollup merge of #76275 - FedericoPonzi:immutable-write-impl-73836, r=dtolnay
[rust.git] / src / test / 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