summary refs log tree commit diff
path: root/src/test/ui/parser/trait-object-lifetime-parens.stderr
AgeCommit message (Expand)AuthorLines
2020-07-02Audit uses of `span_suggestion_short`Yuki Okushi-1/+1
2020-03-10trait-object-lifetime-parens: improve recovery.Mazdak Farrokhzad-17/+3
2020-03-10parse: recover on `&'lt $expr` / `'lt $expr`.Mazdak Farrokhzad-3/+9
2019-09-05Bail out when encountering likely missing turbofish in parserEsteban Küber-10/+1
2019-07-19Handle more cases of typos misinterpreted as type ascriptionEsteban Küber-1/+1
2019-05-31fix tidyEsteban Küber-5/+5
2019-05-28Update test/ui/parser for bare_trait_object warningsmemoryruins-5/+5
2019-03-28Recover from parse error in tuple syntaxEsteban Küber-1/+16
2019-03-11Update testsVadim Petrochenkov-3/+3
2019-02-07Suggest removing parentheses surrounding lifetimesIgor Sadikov-4/+4
2019-01-06tests: Do not use `-Z parse-only`, continue compilation to test recoveryVadim Petrochenkov-8/+8
2018-12-25Remove licensesMark Rousskov-3/+3
2018-10-21Move parse-fail tests to UIVadim Petrochenkov-0/+22