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