2022-05-21 11:24:00 +00:00
|
|
|
error: you are deriving `PartialEq` and can implement `Eq`
|
2024-02-10 22:31:36 +00:00
|
|
|
--> tests/ui/derive_partial_eq_without_eq.rs:11: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-02-10 22:31:36 +00:00
|
|
|
--> tests/ui/derive_partial_eq_without_eq.rs:69: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-02-10 22:31:36 +00:00
|
|
|
--> tests/ui/derive_partial_eq_without_eq.rs:75: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-02-10 22:31:36 +00:00
|
|
|
--> tests/ui/derive_partial_eq_without_eq.rs:81: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-02-10 22:31:36 +00:00
|
|
|
--> tests/ui/derive_partial_eq_without_eq.rs:84: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-02-10 22:31:36 +00:00
|
|
|
--> tests/ui/derive_partial_eq_without_eq.rs:90: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-02-10 22:31:36 +00:00
|
|
|
--> tests/ui/derive_partial_eq_without_eq.rs:96: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-02-10 22:31:36 +00:00
|
|
|
--> tests/ui/derive_partial_eq_without_eq.rs:109: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-02-10 22:31:36 +00:00
|
|
|
--> tests/ui/derive_partial_eq_without_eq.rs:112: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-02-10 22:31:36 +00:00
|
|
|
--> tests/ui/derive_partial_eq_without_eq.rs:119: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-02-10 22:31:36 +00:00
|
|
|
--> tests/ui/derive_partial_eq_without_eq.rs:122:14
|
2022-06-16 15:39:06 +00:00
|
|
|
|
|
|
|
|
LL | #[derive(PartialEq)]
|
|
|
|
| ^^^^^^^^^ help: consider deriving `Eq` as well: `PartialEq, Eq`
|
|
|
|
|
2024-03-07 16:19:29 +00:00
|
|
|
error: you are deriving `PartialEq` and can implement `Eq`
|
2024-02-10 22:31:36 +00:00
|
|
|
--> tests/ui/derive_partial_eq_without_eq.rs:182:14
|
2024-03-07 16:19:29 +00:00
|
|
|
|
|
|
|
|
LL | #[derive(PartialEq)]
|
|
|
|
| ^^^^^^^^^ help: consider deriving `Eq` as well: `PartialEq, Eq`
|
|
|
|
|
|
|
|
error: you are deriving `PartialEq` and can implement `Eq`
|
2024-02-10 22:31:36 +00:00
|
|
|
--> tests/ui/derive_partial_eq_without_eq.rs:190:14
|
2024-03-07 16:19:29 +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
|
|
|
|