blob: 1e0808e1d8408eb1c3ea5dcfc2f9a0e20ee85ebe [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" //~ ERROR expected one of `)` or `,`, found `label`
| ^^^^^ unexpected token
error: aborting due to previous error