]> git.lizzy.rs Git - rust.git/blob - src/test/ui/derives/deriving-non-type.stderr
Merge commit 'e214ea82ad0a751563acf67e1cd9279cf302db3a' into clippyup
[rust.git] / src / test / ui / derives / deriving-non-type.stderr
1 error: `derive` may only be applied to structs, enums and unions
2   --> $DIR/deriving-non-type.rs:5:1
3    |
4 LL | #[derive(PartialEq)]
5    | ^^^^^^^^^^^^^^^^^^^^
6
7 error: `derive` may only be applied to structs, enums and unions
8   --> $DIR/deriving-non-type.rs:8:1
9    |
10 LL | #[derive(PartialEq)]
11    | ^^^^^^^^^^^^^^^^^^^^
12
13 error: `derive` may only be applied to structs, enums and unions
14   --> $DIR/deriving-non-type.rs:11:1
15    |
16 LL | #[derive(PartialEq)]
17    | ^^^^^^^^^^^^^^^^^^^^
18
19 error: `derive` may only be applied to structs, enums and unions
20   --> $DIR/deriving-non-type.rs:14:1
21    |
22 LL | #[derive(PartialEq)]
23    | ^^^^^^^^^^^^^^^^^^^^
24
25 error: `derive` may only be applied to structs, enums and unions
26   --> $DIR/deriving-non-type.rs:17:1
27    |
28 LL | #[derive(PartialEq)]
29    | ^^^^^^^^^^^^^^^^^^^^
30
31 error: `derive` may only be applied to structs, enums and unions
32   --> $DIR/deriving-non-type.rs:20:1
33    |
34 LL | #[derive(PartialEq)]
35    | ^^^^^^^^^^^^^^^^^^^^
36
37 error: `derive` may only be applied to structs, enums and unions
38   --> $DIR/deriving-non-type.rs:23:1
39    |
40 LL | #[derive(PartialEq)]
41    | ^^^^^^^^^^^^^^^^^^^^
42
43 error: `derive` may only be applied to structs, enums and unions
44   --> $DIR/deriving-non-type.rs:26:1
45    |
46 LL | #[derive(PartialEq)]
47    | ^^^^^^^^^^^^^^^^^^^^
48
49 error: `derive` may only be applied to structs, enums and unions
50   --> $DIR/deriving-non-type.rs:29:1
51    |
52 LL | #[derive(PartialEq)]
53    | ^^^^^^^^^^^^^^^^^^^^
54
55 error: aborting due to 9 previous errors
56