blob: 5bbdbe29416c11ee3930bf515586625c70c8d6c4 [file] [log] [blame]
error: expected one of `)` or `,`, found `label`
--> $DIR/expected-comma-found-token.rs:9:5
|
LL | message="the message"
| - expected one of `)` or `,` here
LL | label="the label"
| ^^^^^ unexpected token
error: aborting due to previous error