about summary refs log tree commit diff
path: root/src/test/ui/error-codes/E0424.stderr
AgeCommit message (Collapse)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-50/+0
2021-08-11Modify structured suggestion outputEsteban Küber-3/+3
* On suggestions that include deletions, use a diff inspired output format * When suggesting addition, use `+` as underline * Color highlight modified span
2020-10-17Suggest correct place to add `self` parameter when inside closureJan Verbeek-2/+15
It would incorrectly suggest adding it as a parameter to the closure instead of the containing function.
2020-08-13Suggest adding `&self` when accessing `self` in static assoc `fn`Esteban Küber-12/+28
2019-10-27Point at local similarly named element and tweak references to variantsEsteban Küber-1/+1
Point at the span for the definition of ADTs internal to the current crate. Look at the leading char of the ident to determine whether we're expecting a likely fn or any of a fn, a tuple struct or a tuple variant. Turn fn `add_typo_suggestion` into a `Resolver` method.
2019-10-17Point at enclosing function without `self` receiverEsteban Küber-4/+10
2019-10-17Refer to "associated functions" instead of "static methods"Esteban Küber-1/+1
2019-03-11Update testsVadim Petrochenkov-2/+2
2018-12-25Remove licensesMark Rousskov-2/+2
2018-12-13debug logging, added conditional error message, tests updatedKevyn Grasso-1/+7
2018-09-23Improve error message for E0424Julian Kulesh-1/+1
2018-03-14update testsGuillaume Gomez-1/+1
2018-02-26Update UI testsVadim Petrochenkov-1/+1
2018-02-25Update ui testsGuillaume Gomez-0/+1
2018-02-08Move some E0XXX to `ui`Esteban Küber-0/+8