about summary refs log tree commit diff
path: root/src/test/ui/suggestions/issue-61226.fixed
AgeCommit message (Collapse)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-6/+0
2020-07-31Reduce verbosity of some type ascription errorsEsteban Küber-0/+6
* Deduplicate type ascription LHS errors * Remove duplicated `:` -> `::` suggestion from parse error * Tweak wording to be more accurate * Modify `current_type_ascription` to reduce span wrangling * remove now unnecessary match arm * Add run-rustfix to appropriate tests