about summary refs log tree commit diff
path: root/src/test/ui/impl-trait/no-method-suggested-traits.stderr
AgeCommit message (Expand)AuthorLines
2021-08-04Remove trailing whitespace from error messagesFabian Wolff-1/+1
2021-04-23Tweak suggestion outputEsteban Küber-0/+8
2020-09-02pretty: trim paths of unique symbolsDan Aloni-32/+32
2020-06-15Only display other method receiver candidates if they actually applyAaron Hill-18/+0
2020-03-22Store idents for `DefPathData` into crate metadataAaron Hill-0/+10
2020-02-28keep predicate order and tweak outputEsteban Küber-18/+30
2020-02-28Tweak wordingEsteban Küber-6/+6
2020-02-28Mention the full path of the implementing traitEsteban Küber-6/+6
2020-02-28On single local candidate, use span labelEsteban Küber-12/+18
2020-01-08Unify output of "variant not found" errorsEsteban Küber-19/+19
2019-09-30Fixed grammar in one diagnostic and blessed tests.Alexander Regueiro-6/+6
2019-09-08Give method not found a primary span labelEsteban Küber-24/+24
2019-09-01Account for arbitrary self types in E0599Esteban Küber-0/+8
2019-03-11Update testsVadim Petrochenkov-4/+4
2018-12-25Remove licensesMark Rousskov-24/+24
2018-03-14update testsGuillaume Gomez-1/+1
2018-02-26Update UI testsVadim Petrochenkov-12/+12
2018-02-26Update UI testsVadim Petrochenkov-27/+27
2018-02-25Update ui testsGuillaume Gomez-0/+1
2018-01-22Do not suggest private traits that have missing methodEsteban Küber-8/+4
2017-12-14Remove NOTE/HELP annotations from UI testsVadim Petrochenkov-63/+63
2017-11-24Merge cfail and ui tests into ui testsOliver Schneider-81/+81
2017-11-23Auto merge of #46024 - estebank:no-variant, r=petrochenkovbors-0/+9
2017-11-20Add structured suggestions for trait importsOliver Schneider-18/+36
2017-11-16Use local spans onlyEsteban Küber-136/+57
2017-11-15Point to ADT definition when not finding variant, method, assoc typeEsteban Küber-56/+144
2017-08-29remove the hacky selection impl in `method::probe`Ariel Ben-Yehuda-0/+4
2017-07-02report the total number of errors on compilation failureAriel Ben-Yehuda-1/+1
2017-06-04Separate suggestion in a `help` and a `note`Esteban Küber-18/+36
2017-06-02Use multiline note for trait suggestionEsteban Küber-0/+212