about summary refs log tree commit diff
path: root/src/test/ui/resolve/issue-14254.stderr
AgeCommit message (Collapse)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-182/+0
2022-10-21Update UI testsclubby789-7/+42
2022-10-05Delay function resolution error until typeckMichael Goulet-43/+43
2020-10-26Suggest calling associated `fn` inside `trait`sEsteban Küber-15/+15
When calling a function that doesn't exist inside of a trait's associated `fn`, and another associated `fn` in that trait has that name, suggest calling it with the appropriate fully-qualified path. Expand the label to be more descriptive. Prompted by the following user experience: https://users.rust-lang.org/t/cannot-find-function/50663
2019-04-18Change suggestion of field when not in self contextEsteban Küber-4/+4
2018-12-25Remove licensesMark Rousskov-24/+24
2018-03-14Add empty main() to tests where it is missing.Eric Huss-5/+2
2018-03-14Add crate name to "main function not found" error message.Eric Huss-1/+1
Fixes #44798 and rust-lang/cargo#4948.
2018-03-14update testsGuillaume Gomez-2/+2
2018-02-26Update UI testsVadim Petrochenkov-33/+33
2018-02-25Update ui testsGuillaume Gomez-0/+2
2017-12-14Remove NOTE/HELP annotations from UI testsVadim Petrochenkov-46/+46
2017-11-24Merge cfail and ui tests into ui testsOliver Schneider-52/+52
2017-07-17Change some helps to suggestionsOliver Schneider-19/+19
2017-07-02Revert "Change error count messages"Ariel Ben-Yehuda-1/+1
This reverts commit 5558c64f33446225739c1153b43d2e309bb4f50e.
2017-05-30Add new error codeGuillaume Gomez-1/+1
2017-05-24Change error count messagesMichael Kohl-1/+1
See #33525 for details.
2017-01-12resolve: Do not use "resolve"/"resolution" in error messagesVadim Petrochenkov-29/+29
2016-12-26More systematic error reporting in path resolutionVadim Petrochenkov-44/+44
2016-12-26Move some compile-fail tests into UI directoryVadim Petrochenkov-0/+148