os-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
Text
Raw Normal View History

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