rust/tests/ui/on-unimplemented/expected-comma-found-token....

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

11 lines
260 B
Plaintext
Raw Normal View History

2019-12-05 21:19:00 +08:00
error: expected `,`, found `label`
2018-12-25 23:56:47 +08:00
--> $DIR/expected-comma-found-token.rs:9:5
2018-06-20 02:34:20 +08:00
|
LL | message="the message"
2019-12-05 21:19:00 +08:00
| - expected `,`
2019-03-09 20:03:44 +08:00
LL | label="the label"
2018-06-20 02:34:20 +08:00
| ^^^^^ unexpected token
error: aborting due to previous error
2018-06-20 02:34:20 +08:00