about summary refs log tree commit diff
path: root/src/test/ui/issues/issue-59488.stderr
AgeCommit message (Expand)AuthorLines
2021-08-11Modify structured suggestion outputEsteban Küber-2/+2
2021-06-16Update test stderr filesAris Merchant-5/+0
2021-05-12Show macro name in 'this error originates in macro' messageAaron Hill-2/+2
2021-02-14Apply suggestionsBenoît du Garreau-2/+2
2021-02-14Fix UI tests and merge `assert_eq` and `assert_ne` internal functionsBenoît du Garreau-13/+5
2020-09-02pretty: trim paths of unique symbolsDan Aloni-8/+8
2020-02-17Do not emit note suggesting to implement trait to foreign typeLeSeulArtichaut-3/+0
2020-02-06rustc_macros: don't limit the -Zmacro-backtrace suggestion to extern macros.Eduard-Mihai Burtescu-3/+3
2020-02-06rustc: rename -Zexternal-macro-backtrace to -Zmacro-backtrace.Eduard-Mihai Burtescu-3/+3
2019-11-18Specific labels when referring to "expected" and "found" typesEsteban Küber-6/+6
2019-10-24Increase spacing for suggestions in diagnosticsEsteban Küber-0/+1
2019-04-23Update ui testsvarkor-10/+10
2019-04-19avoid type-check body of DefIdrchaser53-10/+44
2019-04-18hide `--explain` hint if error has no extended infoAndy Russell-1/+1
2019-04-17Do not mention missing `PartialOrd` impl when involving uncalled fnsEsteban Küber-6/+0
2019-04-12add the logic for when other_ty is FnDefrchaser53-3/+40
2019-04-12improve error messagesrchaser53-5/+25
2019-04-07Improvement for comparision against fnrchaser53-0/+24