mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-29 11:51:31 +03:00
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