2018-08-08 07:28:26 -05:00
|
|
|
error: this trait cannot be derived for unions
|
2018-12-25 09:56:47 -06:00
|
|
|
--> $DIR/union-derive.rs:9:5
|
2018-08-08 07:28:26 -05:00
|
|
|
|
|
|
|
|
LL | Debug, //~ ERROR this trait cannot be derived for unions
|
|
|
|
| ^^^^^
|
|
|
|
|
|
|
|
error: this trait cannot be derived for unions
|
2018-12-25 09:56:47 -06:00
|
|
|
--> $DIR/union-derive.rs:8:5
|
2018-08-08 07:28:26 -05:00
|
|
|
|
|
|
|
|
LL | Default, //~ ERROR this trait cannot be derived for unions
|
|
|
|
| ^^^^^^^
|
|
|
|
|
|
|
|
error: this trait cannot be derived for unions
|
2018-12-25 09:56:47 -06:00
|
|
|
--> $DIR/union-derive.rs:7:5
|
2018-08-08 07:28:26 -05:00
|
|
|
|
|
|
|
|
LL | Hash, //~ ERROR this trait cannot be derived for unions
|
|
|
|
| ^^^^
|
|
|
|
|
|
|
|
error: this trait cannot be derived for unions
|
2018-12-25 09:56:47 -06:00
|
|
|
--> $DIR/union-derive.rs:6:5
|
2018-08-08 07:28:26 -05:00
|
|
|
|
|
|
|
|
LL | Ord, //~ ERROR this trait cannot be derived for unions
|
|
|
|
| ^^^
|
|
|
|
|
|
|
|
error: this trait cannot be derived for unions
|
2018-12-25 09:56:47 -06:00
|
|
|
--> $DIR/union-derive.rs:5:5
|
2018-08-08 07:28:26 -05:00
|
|
|
|
|
|
|
|
LL | PartialOrd, //~ ERROR this trait cannot be derived for unions
|
|
|
|
| ^^^^^^^^^^
|
|
|
|
|
|
|
|
error: this trait cannot be derived for unions
|
2018-12-25 09:56:47 -06:00
|
|
|
--> $DIR/union-derive.rs:4:5
|
2018-08-08 07:28:26 -05:00
|
|
|
|
|
|
|
|
LL | PartialEq, //~ ERROR this trait cannot be derived for unions
|
|
|
|
| ^^^^^^^^^
|
|
|
|
|
|
|
|
error: aborting due to 6 previous errors
|
|
|
|
|