about summary refs log tree commit diff
path: root/tests/ui/argument-suggestions
AgeCommit message (Expand)AuthorLines
2023-11-24Show number in error message even for one errorNilstrieb-11/+11
2023-08-30Test and note unsafe ctor to fn ptr coercionMichael Goulet-1/+0
2023-08-26More accurately point at argumentsEsteban Küber-4/+2
2023-08-01add more tests for argument removal with wacky spansLukas Markeffsky-12/+48
2023-08-01don't remove args for function calls coming from macro expansionsLukas Markeffsky-12/+1
2023-08-01introduce `Span::find_ancestor_inside_same_ctxt`Lukas Markeffsky-3/+7
2023-07-30add macro test cases to extra arguments testLukas Markeffsky-21/+108
2023-06-18sort the errors from arguments checking so that suggestions are handled properlyyukang-0/+39
2023-05-08Tweak borrow suggestionMichael Goulet-1/+1
2023-04-11Auto merge of #109850 - MU001999:master, r=estebankbors-0/+60
2023-04-02Make each idx is used onceMu42-4/+4
2023-04-02Do not repeat idxMu42-0/+60
2023-03-30Don't leave a comma at the start of argument list when removing argumentsMaybe Waffle-12/+34
2023-03-30Add a test for issue 109396Maybe Waffle-0/+116
2023-02-23diagnostics: remove inconsistent English article "this" from E0107Michael Howell-1/+1
2023-02-22diagnostics: update test cases to refer to assoc fn with `self` as methodMichael Howell-1/+1
2023-02-21Fix overlapping spans in removing extra argumentsclubby789-15/+62
2023-02-14Re-add replacement logic and add comment explaining itEsteban Küber-5/+8
2023-02-14Show the effects of weird code commented outEsteban Küber-8/+5
2023-02-14Make removal suggestion not verboseEsteban Küber-104/+75
2023-02-14rebase and review commentsEsteban Küber-32/+32
2023-02-14Avoid trailing commasEsteban Küber-4/+4
2023-02-14More accurate spans for arg removal suggestionEsteban Küber-42/+63
2023-01-30Mention fn coercion rules (needs to be expanded)Esteban Küber-0/+1
2023-01-30Modify primary span label for E0308Esteban Küber-33/+33
2023-01-11Move /src/test to /testsAlbert Larsan-0/+2275