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