2022-05-21 11:24:00 +00:00
|
|
|
error: you are deriving `PartialEq` and can implement `Eq`
|
2023-08-24 19:32:12 +00:00
|
|
|
--> $DIR/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`
|
2023-08-24 19:32:12 +00:00
|
|
|
--> $DIR/derive_partial_eq_without_eq.rs:53: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`
|
2023-08-24 19:32:12 +00:00
|
|
|
--> $DIR/derive_partial_eq_without_eq.rs:59: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`
|
2023-08-24 19:32:12 +00:00
|
|
|
--> $DIR/derive_partial_eq_without_eq.rs:65: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`
|
2023-08-24 19:32:12 +00:00
|
|
|
--> $DIR/derive_partial_eq_without_eq.rs:68: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`
|
2023-08-24 19:32:12 +00:00
|
|
|
--> $DIR/derive_partial_eq_without_eq.rs:74: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`
|
2023-08-24 19:32:12 +00:00
|
|
|
--> $DIR/derive_partial_eq_without_eq.rs:80: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`
|
2023-08-24 19:32:12 +00:00
|
|
|
--> $DIR/derive_partial_eq_without_eq.rs:93: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`
|
2023-08-24 19:32:12 +00:00
|
|
|
--> $DIR/derive_partial_eq_without_eq.rs:96: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`
|
2023-08-24 19:32:12 +00:00
|
|
|
--> $DIR/derive_partial_eq_without_eq.rs:103: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`
|
2023-08-24 19:32:12 +00:00
|
|
|
--> $DIR/derive_partial_eq_without_eq.rs:106:14
|
2022-06-16 15:39:06 +00:00
|
|
|
|
|
|
|
|
LL | #[derive(PartialEq)]
|
|
|
|
| ^^^^^^^^^ help: consider deriving `Eq` as well: `PartialEq, Eq`
|
|
|
|
|
|
|
|
error: aborting due to 11 previous errors
|
2022-05-21 11:24:00 +00:00
|
|
|
|