about summary refs log tree commit diff
path: root/src/test/ui/pattern/pat-tuple-underfield.stderr
AgeCommit message (Expand)AuthorLines
2021-08-11Modify structured suggestion outputEsteban Küber-12/+12
2021-01-26Account for existing `_` field pattern when suggesting `..`Esteban Küber-2/+2
2021-01-12Include `..` suggestion if fields are all wildcardsCamelid-6/+14
2021-01-12Always show suggestions in their own subwindowsCamelid-16/+24
2021-01-12Add a test case with lots of whitespaceCamelid-8/+26
2021-01-12Only suggest `..` if more than one field is missingCamelid-46/+22
2021-01-12Specialize `..` help message for all fields vs. the restCamelid-6/+6
2021-01-12Suggest `Variant(..)` if all of the mentioned fields are `_`Camelid-4/+4
2021-01-12Suggest `_` and `..` if a pattern has too few fieldsCamelid-0/+121