about summary refs log tree commit diff
path: root/src/test/ui/error-codes/E0424.rs
AgeCommit message (Collapse)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-21/+0
2020-10-17Suggest correct place to add `self` parameter when inside closureJan Verbeek-0/+4
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-0/+4
2018-12-25Remove licensesMark Rousskov-10/+0
2018-12-13debug logging, added conditional error message, tests updatedKevyn Grasso-0/+1
2018-02-08Move some E0XXX to `ui`Esteban Küber-0/+22