1
1
error: you are deriving `PartialEq` and can implement `Eq`
2
- --> tests/ui/derive_partial_eq_without_eq.rs:11 :17
2
+ --> tests/ui/derive_partial_eq_without_eq.rs:12 :17
3
3
|
4
4
LL | #[derive(Debug, PartialEq)]
5
5
| ^^^^^^^^^ help: consider deriving `Eq` as well: `PartialEq, Eq`
@@ -8,73 +8,73 @@ LL | #[derive(Debug, PartialEq)]
8
8
= help: to override `-D warnings` add `#[allow(clippy::derive_partial_eq_without_eq)]`
9
9
10
10
error: you are deriving `PartialEq` and can implement `Eq`
11
- --> tests/ui/derive_partial_eq_without_eq.rs:53 :10
11
+ --> tests/ui/derive_partial_eq_without_eq.rs:70 :10
12
12
|
13
13
LL | #[derive(PartialEq)]
14
14
| ^^^^^^^^^ help: consider deriving `Eq` as well: `PartialEq, Eq`
15
15
16
16
error: you are deriving `PartialEq` and can implement `Eq`
17
- --> tests/ui/derive_partial_eq_without_eq.rs:59 :10
17
+ --> tests/ui/derive_partial_eq_without_eq.rs:76 :10
18
18
|
19
19
LL | #[derive(PartialEq)]
20
20
| ^^^^^^^^^ help: consider deriving `Eq` as well: `PartialEq, Eq`
21
21
22
22
error: you are deriving `PartialEq` and can implement `Eq`
23
- --> tests/ui/derive_partial_eq_without_eq.rs:65 :10
23
+ --> tests/ui/derive_partial_eq_without_eq.rs:82 :10
24
24
|
25
25
LL | #[derive(PartialEq)]
26
26
| ^^^^^^^^^ help: consider deriving `Eq` as well: `PartialEq, Eq`
27
27
28
28
error: you are deriving `PartialEq` and can implement `Eq`
29
- --> tests/ui/derive_partial_eq_without_eq.rs:68 :10
29
+ --> tests/ui/derive_partial_eq_without_eq.rs:85 :10
30
30
|
31
31
LL | #[derive(PartialEq)]
32
32
| ^^^^^^^^^ help: consider deriving `Eq` as well: `PartialEq, Eq`
33
33
34
34
error: you are deriving `PartialEq` and can implement `Eq`
35
- --> tests/ui/derive_partial_eq_without_eq.rs:74 :10
35
+ --> tests/ui/derive_partial_eq_without_eq.rs:91 :10
36
36
|
37
37
LL | #[derive(PartialEq)]
38
38
| ^^^^^^^^^ help: consider deriving `Eq` as well: `PartialEq, Eq`
39
39
40
40
error: you are deriving `PartialEq` and can implement `Eq`
41
- --> tests/ui/derive_partial_eq_without_eq.rs:80 :10
41
+ --> tests/ui/derive_partial_eq_without_eq.rs:97 :10
42
42
|
43
43
LL | #[derive(PartialEq)]
44
44
| ^^^^^^^^^ help: consider deriving `Eq` as well: `PartialEq, Eq`
45
45
46
46
error: you are deriving `PartialEq` and can implement `Eq`
47
- --> tests/ui/derive_partial_eq_without_eq.rs:93 :17
47
+ --> tests/ui/derive_partial_eq_without_eq.rs:110 :17
48
48
|
49
49
LL | #[derive(Debug, PartialEq, Clone)]
50
50
| ^^^^^^^^^ help: consider deriving `Eq` as well: `PartialEq, Eq`
51
51
52
52
error: you are deriving `PartialEq` and can implement `Eq`
53
- --> tests/ui/derive_partial_eq_without_eq.rs:96 :10
53
+ --> tests/ui/derive_partial_eq_without_eq.rs:113 :10
54
54
|
55
55
LL | #[derive(PartialEq)]
56
56
| ^^^^^^^^^ help: consider deriving `Eq` as well: `PartialEq, Eq`
57
57
58
58
error: you are deriving `PartialEq` and can implement `Eq`
59
- --> tests/ui/derive_partial_eq_without_eq.rs:103 :14
59
+ --> tests/ui/derive_partial_eq_without_eq.rs:120 :14
60
60
|
61
61
LL | #[derive(PartialEq)]
62
62
| ^^^^^^^^^ help: consider deriving `Eq` as well: `PartialEq, Eq`
63
63
64
64
error: you are deriving `PartialEq` and can implement `Eq`
65
- --> tests/ui/derive_partial_eq_without_eq.rs:106 :14
65
+ --> tests/ui/derive_partial_eq_without_eq.rs:123 :14
66
66
|
67
67
LL | #[derive(PartialEq)]
68
68
| ^^^^^^^^^ help: consider deriving `Eq` as well: `PartialEq, Eq`
69
69
70
70
error: you are deriving `PartialEq` and can implement `Eq`
71
- --> tests/ui/derive_partial_eq_without_eq.rs:166 :14
71
+ --> tests/ui/derive_partial_eq_without_eq.rs:183 :14
72
72
|
73
73
LL | #[derive(PartialEq)]
74
74
| ^^^^^^^^^ help: consider deriving `Eq` as well: `PartialEq, Eq`
75
75
76
76
error: you are deriving `PartialEq` and can implement `Eq`
77
- --> tests/ui/derive_partial_eq_without_eq.rs:174 :14
77
+ --> tests/ui/derive_partial_eq_without_eq.rs:191 :14
78
78
|
79
79
LL | #[derive(PartialEq)]
80
80
| ^^^^^^^^^ help: consider deriving `Eq` as well: `PartialEq, Eq`
0 commit comments