summary refs log tree commit diff
path: root/src/test/ui/span/missing-unit-argument.stderr
AgeCommit message (Expand)AuthorLines
2022-09-03Shrink suggestion span of argument mismatch errorMichael Goulet-6/+6
2022-08-12Point out a single arg if we have a single arg incompatibilityMichael Goulet-2/+2
2022-06-10Bless tests.Camille GILLOT-0/+5
2022-04-16Implementation for 65853Jack Huey-18/+22
2021-08-11Modify structured suggestion outputEsteban Küber-4/+4
2021-06-20Specify if struct/enum in arg mismatch errorSmitty-1/+1
2020-10-15ensure arguments are included in count mismatch spanAndy Russell-15/+27
2020-02-11On mismatched argument count point at argumentsEsteban Küber-12/+16
2019-10-24Increase spacing for suggestions in diagnosticsEsteban Küber-0/+4
2019-03-11Update testsVadim Petrochenkov-10/+10
2018-12-25Remove licensesMark Rousskov-6/+6
2018-03-14update testsGuillaume Gomez-1/+1
2018-02-26Update UI testsVadim Petrochenkov-4/+4
2018-02-26Update UI testsVadim Petrochenkov-11/+11
2018-02-25Update ui testsGuillaume Gomez-0/+1
2017-12-10Point at whole method call instead of argsEsteban Küber-7/+7
2017-11-24Merge cfail and ui tests into ui testsOliver Schneider-10/+10
2017-11-16Remove left over dead code from suggestion diagnostic refactoringOliver Schneider-4/+0
2017-10-13Pass the full span for method callsGeoffry Song-13/+41
2017-08-28Suggest `Ok(())` when encountering `Ok()`Oliver Schneider-0/+45