rust-clippy/tests/ui/cmp_owned
bors bf2e63104d Auto merge of #8807 - Jarcho:cmp_owned, r=giraffate
Fix `cmp_owned` on copy types

fixes #8803
fixes #7365

changelog: Don't lint `cmp_owned` on `From::from` for copy types
2022-05-18 00:19:36 +00:00
..
asymmetric_partial_eq.fixed New lint: [derive_partial_eq_without_eq] 2022-05-09 22:13:39 -07:00
asymmetric_partial_eq.rs New lint: [derive_partial_eq_without_eq] 2022-05-09 22:13:39 -07:00
asymmetric_partial_eq.stderr cmp_owned: reverse operands if necessary 2020-06-23 22:14:45 +02:00
comparison_flip.fixed #8214 cmp_owned suggestion flips the comparison 2022-01-16 20:27:00 +01:00
comparison_flip.rs #8214 cmp_owned suggestion flips the comparison 2022-01-16 20:27:00 +01:00
comparison_flip.stderr #8214 cmp_owned suggestion flips the comparison 2022-01-16 20:27:00 +01:00
with_suggestion.fixed New lint: [derive_partial_eq_without_eq] 2022-05-09 22:13:39 -07:00
with_suggestion.rs New lint: [derive_partial_eq_without_eq] 2022-05-09 22:13:39 -07:00
with_suggestion.stderr Split up cmp_owned tests, add run-rustfix 2019-08-24 10:38:45 +02:00
without_suggestion.rs Auto merge of #8807 - Jarcho:cmp_owned, r=giraffate 2022-05-18 00:19:36 +00:00
without_suggestion.stderr Don't lint cmp_owned when From::from results in a copy type. 2022-05-09 12:29:31 -04:00