about summary refs log tree commit diff
path: root/src/test/ui/parser/trait-object-lifetime-parens.rs
AgeCommit message (Expand)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-13/+0
2020-07-02Audit uses of `span_suggestion_short`Yuki Okushi-0/+1
2020-03-10trait-object-lifetime-parens: improve recovery.Mazdak Farrokhzad-4/+1
2020-03-10parse: recover on `&'lt $expr` / `'lt $expr`.Mazdak Farrokhzad-1/+2
2019-09-05Bail out when encountering likely missing turbofish in parserEsteban Küber-1/+0
2019-05-31fix tidyEsteban Küber-2/+0
2019-05-30Remove unecessary `-Z continue-parse-after-error` from testsEsteban Küber-1/+1
2019-05-28Update test/ui/parser for bare_trait_object warningsmemoryruins-0/+2
2019-03-28Recover from parse error in tuple syntaxEsteban Küber-1/+4
2019-01-06tests: Do not use `-Z parse-only`, continue compilation to test recoveryVadim Petrochenkov-5/+9
2018-12-25Remove licensesMark Rousskov-10/+0
2018-10-21Move parse-fail tests to UIVadim Petrochenkov-0/+18