about summary refs log tree commit diff
path: root/src/test/ui/resolve/issue-3907.stderr
AgeCommit message (Collapse)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-18/+0
2021-04-01Add a suggestion when using a type alias instead of trait aliasYuki Okushi-3/+2
2020-05-07reword "possible candidate" import suggestionAndy Russell-1/+1
2020-04-26Tweak some suggestions in `rustc_resolve`Esteban Küber-1/+5
2019-03-14Moved issue tests to subdirs and normalised names.Alexander Regueiro-1/+1
2019-03-11Update testsVadim Petrochenkov-1/+1
2018-12-25Remove licensesMark Rousskov-1/+1
2018-11-03Added tests.Alexander Regueiro-1/+3
2018-03-16Update testsJohn Kåre Alsaker-1/+2
2018-03-14update testsGuillaume Gomez-1/+0
2018-02-26Update UI testsVadim Petrochenkov-1/+1
2018-02-26Update UI testsVadim Petrochenkov-1/+1
2018-02-25Update ui testsGuillaume Gomez-0/+1
2017-11-16Remove left over dead code from suggestion diagnostic refactoringOliver Schneider-1/+0
2017-08-17Improve placement of `use` suggestionsOliver Schneider-1/+1
2017-07-06Only underline suggestion if it is not the only code being shownEsteban Küber-1/+1
2017-07-06Add extra whitespace for suggestionsEsteban Küber-0/+2
2017-07-06Make suggestion include the line numberEsteban Küber-1/+1
When there're more than one suggestions in the same diagnostic, they are displayed in their own block, instead of inline. In order to reduce confusion, those blocks now display the line number.
2017-05-10Example usage of multiple suggestionsOliver Schneider-2/+2
2017-01-18Use multiline Diagnostic for candidate in other moduleEsteban Küber-1/+1
2016-12-26More systematic error reporting in path resolutionVadim Petrochenkov-3/+4
2016-12-26Move some compile-fail tests into UI directoryVadim Petrochenkov-0/+10