rust/src/test/ui/on-unimplemented/expected-comma-found-token.stderr

11 lines
294 B
Plaintext
Raw Normal View History

2018-06-19 11:34:20 -07:00
error: expected one of `)` or `,`, found `label`
--> $DIR/expected-comma-found-token.rs:19:5
|
LL | message="the message"
| - expected one of `)` or `,` here
LL | label="the label"
| ^^^^^ unexpected token
error: aborting due to previous error