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
|
|
|
|
|
2019-01-02 02:21:05 +03:00
|
|
|
error: aborting due to previous error
|
2018-06-19 11:34:20 -07:00
|
|
|
|