summaryrefslogtreecommitdiffstats
path: root/src/test/ui/union/union-derive.stderr
blob: 6ef72c901a5338b6b9be35aadfa54b71353ded75 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
error: this trait cannot be derived for unions
  --> $DIR/union-derive.rs:4:5
   |
LL |     PartialEq,
   |     ^^^^^^^^^

error: this trait cannot be derived for unions
  --> $DIR/union-derive.rs:5:5
   |
LL |     PartialOrd,
   |     ^^^^^^^^^^

error: this trait cannot be derived for unions
  --> $DIR/union-derive.rs:6:5
   |
LL |     Ord,
   |     ^^^

error: this trait cannot be derived for unions
  --> $DIR/union-derive.rs:7:5
   |
LL |     Hash,
   |     ^^^^

error: this trait cannot be derived for unions
  --> $DIR/union-derive.rs:8:5
   |
LL |     Default,
   |     ^^^^^^^

error: this trait cannot be derived for unions
  --> $DIR/union-derive.rs:9:5
   |
LL |     Debug,
   |     ^^^^^

error: aborting due to 6 previous errors