about summary refs log tree commit diff
path: root/tests/ui/cmp_owned
AgeCommit message (Collapse)AuthorLines
2019-08-26Use correct path in commentPhilipp Hansch-2/+2
Co-Authored-By: Philipp Krones <hello@philkrones.com>
2019-08-24Split up cmp_owned tests, add run-rustfixPhilipp Hansch-0/+258
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. cc #3630