949b347f65
Split up cmp_owned tests, add run-rustfix Some of the cmp_owned tests emitted non-machine-applicable suggestions, so I moved them to `tests/ui/cmp_owned/without_suggestion.rs` and added `// run-rustfix` to the other half. changelog: none cc #3630