2018-08-08 07:28:26 -05:00
|
|
|
error: `derive` may only be applied to structs, enums and unions
|
2018-12-25 09:56:47 -06:00
|
|
|
--> $DIR/derive-on-trait-item-or-impl-item.rs:2:5
|
2018-08-08 07:28:26 -05:00
|
|
|
|
|
|
|
|
LL | #[derive(Clone)]
|
|
|
|
| ^^^^^^^^^^^^^^^^
|
|
|
|
|
|
|
|
error: `derive` may only be applied to structs, enums and unions
|
2018-12-25 09:56:47 -06:00
|
|
|
--> $DIR/derive-on-trait-item-or-impl-item.rs:8:5
|
2018-08-08 07:28:26 -05:00
|
|
|
|
|
|
|
|
LL | #[derive(Clone)]
|
|
|
|
| ^^^^^^^^^^^^^^^^
|
|
|
|
|
|
|
|
error: aborting due to 2 previous errors
|