about summary refs log tree commit diff
path: root/src/test/ui/try-on-option.stderr
AgeCommit message (Expand)AuthorLines
2021-05-06Better rustc_on_unimplemented, and UI test fixesScott McMurray-33/+0
2020-09-02pretty: trim paths of unique symbolsDan Aloni-5/+5
2020-04-26Point at the return type on `.into()` failure caused by `?`Esteban Küber-0/+3
2020-04-15Provide better compiler output when using `?` on `Option` in fn returning `Re...Duddino-2/+2
2020-04-14Provide better compiler output when using `?` on `Option` in fn returning `Re...Duddino-0/+4
2019-11-25added enclosing_scope attr to Try trait and fixed ui tests accordinglyMikhail Babenko-2/+7
2019-05-17Explain that ? converts the error type using FromEsteban Küber-0/+1
2019-04-17Give custom error for E0277 on `?` error caseEsteban Küber-1/+1
2019-04-17Point at try `?` on errors affecting the err match arm of the desugared codeEsteban Küber-2/+2
2019-03-11Update testsVadim Petrochenkov-2/+2
2018-12-25Remove licensesMark Rousskov-2/+2
2018-07-18Implement existential typesOliver Schneider-0/+20