2018-12-02 22:27:37 +03:00
|
|
|
error: expected `:`, found `}`
|
2018-12-25 08:56:47 -07:00
|
|
|
--> $DIR/derive-bad.rs:7:5
|
2018-12-02 22:27:37 +03:00
|
|
|
|
|
|
|
|
LL | A
|
|
|
|
| ^ expected `:`
|
|
|
|
|
|
|
|
error: proc-macro derive produced unparseable tokens
|
2018-12-25 08:56:47 -07:00
|
|
|
--> $DIR/derive-bad.rs:7:5
|
2018-12-02 22:27:37 +03:00
|
|
|
|
|
|
|
|
LL | A
|
|
|
|
| ^
|
|
|
|
|
|
|
|
error: aborting due to 2 previous errors
|
|
|
|
|