about summary refs log tree commit diff
path: root/src/test/ui/span/issue-7575.stderr
AgeCommit message (Expand)AuthorLines
2022-09-20Move some tests to more reasonable directoriesCaio-82/+0
2022-07-07Track implicit `Sized` obligations in type paramsEsteban Küber-1/+1
2022-06-22point to type param definition when not finding variant, method and assoc typeTakayuki Maeda-1/+3
2021-09-25Fix incorrect disambiguation suggestion for associated itemsFabian Wolff-7/+7
2021-08-11Modify structured suggestion outputEsteban Küber-3/+3
2021-08-09Use smaller spans when suggesting method call disambiguationEsteban Kuber-4/+5
2020-04-14Rename AssocKind::Method to AssocKind::FnRustin-Liu-4/+4
2020-02-02Do not suggest duplicate boundsYuki Okushi-9/+4
2020-01-08Unify output of "variant not found" errorsEsteban Küber-2/+2
2019-12-11Use structured suggestion for disambiguating method callsEsteban Küber-4/+16
2019-07-18Suggest trait bound on type parameter when it is unconstrainedEsteban Küber-3/+5
2019-04-23Update ui testsvarkor-8/+8
2018-12-25Remove licensesMark Rousskov-8/+8
2018-05-29Fix typoEsteban Küber-1/+1
2018-05-28Add primary span labelEsteban Küber-3/+4
2018-05-28Only suggest assoc fn when sure about the typeEsteban Küber-6/+2
2018-05-27Use suggestion for assoc fn called like methodEsteban Küber-8/+11
2018-03-14update testsGuillaume Gomez-1/+1
2018-02-26Update UI testsVadim Petrochenkov-9/+9
2018-02-25Update ui testsGuillaume Gomez-0/+1
2017-12-19Use def span for associated function suggestionsEsteban Küber-8/+4
2017-12-14Remove NOTE/HELP annotations from UI testsVadim Petrochenkov-8/+8
2017-11-24Merge cfail and ui tests into ui testsOliver Schneider-1/+1
2017-11-15Point to ADT definition when not finding variant, method, assoc typeEsteban Küber-0/+3
2017-08-14Add help for static method invalid useGuillaume Gomez-0/+3
2017-07-08Remove more anonymous trait method parametersVadim Petrochenkov-6/+6
2017-07-02Revert "Change error count messages"Ariel Ben-Yehuda-1/+1
2017-06-04Separate suggestion in a `help` and a `note`Esteban Küber-2/+4
2017-06-02Use multiline note for trait suggestionEsteban Küber-4/+4
2017-05-27Add new error codes and update testsGuillaume Gomez-3/+3
2017-05-24Change error count messagesMichael Kohl-1/+1
2017-04-20Reduce visual clutter of multiline start when possibleEsteban Küber-6/+4
2017-01-12E0034: provide disambiguated syntax for candidatesEsteban Küber-0/+67