rust/tests/ui/union/union-derive.stderr

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

39 lines
748 B
Plaintext
Raw Normal View History

2018-08-08 07:28:26 -05:00
error: this trait cannot be derived for unions
--> $DIR/union-derive.rs:4:5
2018-08-08 07:28:26 -05:00
|
LL | PartialEq,
| ^^^^^^^^^
2018-08-08 07:28:26 -05:00
error: this trait cannot be derived for unions
--> $DIR/union-derive.rs:5:5
2018-08-08 07:28:26 -05:00
|
LL | PartialOrd,
| ^^^^^^^^^^
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:6:5
2018-08-08 07:28:26 -05:00
|
2019-03-09 06:03:44 -06:00
LL | Ord,
2018-08-08 07:28:26 -05:00
| ^^^
error: this trait cannot be derived for unions
--> $DIR/union-derive.rs:7:5
2018-08-08 07:28:26 -05:00
|
LL | Hash,
| ^^^^
2018-08-08 07:28:26 -05:00
error: this trait cannot be derived for unions
--> $DIR/union-derive.rs:8:5
2018-08-08 07:28:26 -05:00
|
LL | Default,
| ^^^^^^^
error: this trait cannot be derived for unions
--> $DIR/union-derive.rs:9:5
|
LL | Debug,
| ^^^^^
2018-08-08 07:28:26 -05:00
error: aborting due to 6 previous errors