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