blob: 048b72ee3bcdff21f184fc6b1bb5df22a5471ccb (
plain)
1
2
3
4
5
6
7
8
9
10
|
error: expected `,`, found `label`
--> $DIR/expected-comma-found-token.rs:9:5
|
LL | message="the message"
| - expected `,`
LL | label="the label"
| ^^^^^ unexpected token
error: aborting due to previous error
|