about summary refs log tree commit diff
path: root/src/test/ui/suggestions/fn-or-tuple-struct-without-args.rs
AgeCommit message (Collapse)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-47/+0
2019-08-23Suggest calling closure with resolved return type when appropriateEsteban Küber-0/+2
2019-08-09Extend suggestion support for traits and foreign itemsEsteban Küber-1/+20
2019-08-09Differentiate between tuple structs and tuple variantsEsteban Küber-0/+6
2019-08-09When suggesting fn call use an appropriate number of placeholder argumentsEsteban Küber-0/+20