2022-05-21 13:24:00 +02:00
|
|
|
error: you are deriving `PartialEq` and can implement `Eq`
|
2024-05-22 09:01:37 +02:00
|
|
|
--> tests/ui/derive_partial_eq_without_eq.rs:12:17
|
2022-05-21 13:24:00 +02:00
|
|
|
|
|
|
|
|
LL | #[derive(Debug, PartialEq)]
|
|
|
|
| ^^^^^^^^^ help: consider deriving `Eq` as well: `PartialEq, Eq`
|
|
|
|
|
|
|
|
|
= note: `-D clippy::derive-partial-eq-without-eq` implied by `-D warnings`
|
2023-08-01 14:02:21 +02:00
|
|
|
= help: to override `-D warnings` add `#[allow(clippy::derive_partial_eq_without_eq)]`
|
2022-05-21 13:24:00 +02:00
|
|
|
|
2022-06-16 17:39:06 +02:00
|
|
|
error: you are deriving `PartialEq` and can implement `Eq`
|
2024-05-22 09:01:37 +02:00
|
|
|
--> tests/ui/derive_partial_eq_without_eq.rs:70:10
|
2022-06-16 17:39:06 +02:00
|
|
|
|
|
|
|
|
LL | #[derive(PartialEq)]
|
|
|
|
| ^^^^^^^^^ help: consider deriving `Eq` as well: `PartialEq, Eq`
|
|
|
|
|
2022-05-21 13:24:00 +02:00
|
|
|
error: you are deriving `PartialEq` and can implement `Eq`
|
2024-05-22 09:01:37 +02:00
|
|
|
--> tests/ui/derive_partial_eq_without_eq.rs:76:10
|
2022-05-21 13:24:00 +02:00
|
|
|
|
|
|
|
|
LL | #[derive(PartialEq)]
|
|
|
|
| ^^^^^^^^^ help: consider deriving `Eq` as well: `PartialEq, Eq`
|
|
|
|
|
|
|
|
error: you are deriving `PartialEq` and can implement `Eq`
|
2024-05-22 09:01:37 +02:00
|
|
|
--> tests/ui/derive_partial_eq_without_eq.rs:82:10
|
2022-05-21 13:24:00 +02:00
|
|
|
|
|
|
|
|
LL | #[derive(PartialEq)]
|
|
|
|
| ^^^^^^^^^ help: consider deriving `Eq` as well: `PartialEq, Eq`
|
|
|
|
|
|
|
|
error: you are deriving `PartialEq` and can implement `Eq`
|
2024-05-22 09:01:37 +02:00
|
|
|
--> tests/ui/derive_partial_eq_without_eq.rs:85:10
|
2022-05-21 13:24:00 +02:00
|
|
|
|
|
|
|
|
LL | #[derive(PartialEq)]
|
|
|
|
| ^^^^^^^^^ help: consider deriving `Eq` as well: `PartialEq, Eq`
|
|
|
|
|
|
|
|
error: you are deriving `PartialEq` and can implement `Eq`
|
2024-05-22 09:01:37 +02:00
|
|
|
--> tests/ui/derive_partial_eq_without_eq.rs:91:10
|
2022-05-21 13:24:00 +02:00
|
|
|
|
|
|
|
|
LL | #[derive(PartialEq)]
|
|
|
|
| ^^^^^^^^^ help: consider deriving `Eq` as well: `PartialEq, Eq`
|
|
|
|
|
|
|
|
error: you are deriving `PartialEq` and can implement `Eq`
|
2024-05-22 09:01:37 +02:00
|
|
|
--> tests/ui/derive_partial_eq_without_eq.rs:97:10
|
2022-05-21 13:24:00 +02:00
|
|
|
|
|
|
|
|
LL | #[derive(PartialEq)]
|
|
|
|
| ^^^^^^^^^ help: consider deriving `Eq` as well: `PartialEq, Eq`
|
|
|
|
|
|
|
|
error: you are deriving `PartialEq` and can implement `Eq`
|
2024-05-22 09:01:37 +02:00
|
|
|
--> tests/ui/derive_partial_eq_without_eq.rs:110:17
|
2022-05-21 13:24:00 +02:00
|
|
|
|
|
|
|
|
LL | #[derive(Debug, PartialEq, Clone)]
|
|
|
|
| ^^^^^^^^^ help: consider deriving `Eq` as well: `PartialEq, Eq`
|
|
|
|
|
2022-06-16 17:39:06 +02:00
|
|
|
error: you are deriving `PartialEq` and can implement `Eq`
|
2024-05-22 09:01:37 +02:00
|
|
|
--> tests/ui/derive_partial_eq_without_eq.rs:113:10
|
2022-06-16 17:39:06 +02:00
|
|
|
|
|
|
|
|
LL | #[derive(PartialEq)]
|
|
|
|
| ^^^^^^^^^ help: consider deriving `Eq` as well: `PartialEq, Eq`
|
|
|
|
|
|
|
|
error: you are deriving `PartialEq` and can implement `Eq`
|
2024-05-22 09:01:37 +02:00
|
|
|
--> tests/ui/derive_partial_eq_without_eq.rs:120:14
|
2022-06-16 17:39:06 +02:00
|
|
|
|
|
|
|
|
LL | #[derive(PartialEq)]
|
|
|
|
| ^^^^^^^^^ help: consider deriving `Eq` as well: `PartialEq, Eq`
|
|
|
|
|
|
|
|
error: you are deriving `PartialEq` and can implement `Eq`
|
2024-05-22 09:01:37 +02:00
|
|
|
--> tests/ui/derive_partial_eq_without_eq.rs:123:14
|
2022-06-16 17:39:06 +02:00
|
|
|
|
|
|
|
|
LL | #[derive(PartialEq)]
|
|
|
|
| ^^^^^^^^^ help: consider deriving `Eq` as well: `PartialEq, Eq`
|
|
|
|
|
2024-03-02 00:37:35 +08:00
|
|
|
error: you are deriving `PartialEq` and can implement `Eq`
|
2024-05-22 09:01:37 +02:00
|
|
|
--> tests/ui/derive_partial_eq_without_eq.rs:183:14
|
2024-03-02 00:37:35 +08:00
|
|
|
|
|
|
|
|
LL | #[derive(PartialEq)]
|
|
|
|
| ^^^^^^^^^ help: consider deriving `Eq` as well: `PartialEq, Eq`
|
|
|
|
|
2024-03-02 01:06:59 +08:00
|
|
|
error: you are deriving `PartialEq` and can implement `Eq`
|
2024-05-22 09:01:37 +02:00
|
|
|
--> tests/ui/derive_partial_eq_without_eq.rs:191:14
|
2024-03-02 01:06:59 +08:00
|
|
|
|
|
|
|
|
LL | #[derive(PartialEq)]
|
|
|
|
| ^^^^^^^^^ help: consider deriving `Eq` as well: `PartialEq, Eq`
|
|
|
|
|
|
|
|
error: aborting due to 13 previous errors
|
2022-05-21 13:24:00 +02:00
|
|
|
|