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