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

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

11 lines
262 B
Text
Raw Normal View History

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