summaryrefslogtreecommitdiff
path: root/tests/ui/methods
Commit message (Expand)AuthorAgeFilesLines
* Tweak borrow suggestionMichael Goulet2023-05-081-4/+6
* Make method-not-found-generic-arg-elision.rs error message not path dependentMichael Goulet2023-04-262-5/+5
* Do not use ImplDerivedObligationCause for inherent impl method error reportingMichael Goulet2023-04-102-0/+87
* Error code E0794 for late-bound lifetime parameter error.Christopher Acosta2023-03-072-17/+19
* Highlight whole expression for E0599clubby7892023-03-011-7/+10
* Rollup merge of #108456 - clubby789:ast-passes-diag-migrate, r=compiler-errorsMatthias Krüger2023-02-261-1/+1
|\
| * Complete migrating `ast_passes` to derive diagnosticsclubby7892023-02-251-1/+1
* | diagnostics: remove inconsistent English article "this" from E0107Michael Howell2023-02-232-8/+8
|/
* diagnostics: update test cases to refer to assoc fn with `self` as methodMichael Howell2023-02-2210-30/+30
* Rollup merge of #106347 - estebank:removal-suggestion, r=TaKO8KiMatthias Krüger2023-02-161-5/+4
|\
| * Make removal suggestion not verboseEsteban Küber2023-02-141-6/+4
| * rebase and review commentsEsteban Küber2023-02-141-1/+1
| * More accurate spans for arg removal suggestionEsteban Küber2023-02-141-2/+3
* | Remove save-analysis.Nicholas Nethercote2023-02-162-4/+3
|/
* Modify primary span label for E0308Esteban Küber2023-01-304-10/+10
* Consider doc(alias) when providing typo suggestionsRobin Schroer2023-01-232-0/+23
* Tweak outputEsteban Küber2023-01-111-10/+6
* Conserve cause of `ImplDerivedObligation` in E0599Esteban Küber2023-01-111-3/+14
* Move /src/test to /testsAlbert Larsan2023-01-1180-0/+3405