about summary refs log tree commit diff
path: root/src/test/ui/suggestions/args-instead-of-tuple-errors.stderr
AgeCommit message (Expand)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-86/+0
2022-12-13Make some diagnostics not depend on the source of what they reference being a...Oli Scherer-12/+0
2022-09-03Shrink suggestion span of argument mismatch errorMichael Goulet-3/+3
2022-08-13Do not inline non-simple argument type errors into labelsMichael Goulet-6/+12
2022-06-27Use typed indices in argument mismatch algorithmMichael Goulet-2/+2
2022-06-19Make missing argument placeholder more obvious that it's a placeholderMichael Goulet-6/+6
2022-06-10Bless tests.Camille GILLOT-0/+20
2022-04-16Implementation for 65853Jack Huey-11/+31
2022-01-29Test 1-tuple parentheses wrappingRob Pilling-3/+22
2022-01-25Remove 1-tuple unreachable caseRob Pilling-2/+10
2022-01-25Compare tuple element & arg types before suggesting a tupleRob Pilling-0/+25