about summary refs log tree commit diff
path: root/src/test/ui/parser/trait-object-trait-parens.stderr
AgeCommit message (Collapse)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-94/+0
2022-10-01bless ui testsMaybe Waffle-1/+1
2022-09-12A SubstitutionPart is not a deletion if it replaces nothing with nothingMichael Goulet-9/+6
2022-06-16diagnostics: fix trailing spaceklensy-3/+3
2021-12-04Use multipart suggestions.Camille GILLOT-3/+18
2021-12-04Lint bare traits in AstConv.Camille GILLOT-18/+18
2021-10-02Consistently use 'supertrait'.Bruce Mitchener-3/+3
A subset of places referred to 'super-trait', so this changes them to all use 'supertrait'. This matches 'supertype' and some other usages. An exception is 'auto-trait' which is consistently used in that manner.
2021-08-09Link to edition guide instead of issues for 2021 lints.Mara Bos-3/+3
2021-06-25Address PR feedbackRyan Levick-3/+3
2021-06-25Change how edition based future compatibility warnings are handledRyan Levick-3/+3
2021-04-16Fix testsRyan Levick-22/+30
2020-08-14Tweak output of E0225Esteban Küber-15/+15
When encountering multiple non-auto trait bounds suggest creating a new trait and explain what auto-traits are.
2020-04-11rustc: Add a warning count upon completionRoccoDev-1/+1
2020-03-10simplify & improve parse_ty_tuple_or_parensMazdak Farrokhzad-24/+54
2020-01-19When encountering an undefined named lifetime, point to where it can beEsteban Küber-0/+3
This doesn't mention that using an existing lifetime is possible, but that would hopefully be clear as always being an option. The intention of this is to teach newcomers what the lifetime syntax is.
2019-07-17normalize use of backticks in compiler messages for librustc/lintSamy Kacimi-1/+1
https://github.com/rust-lang/rust/issues/60532
2019-05-28Update test/ui/parser for bare_trait_object warningsmemoryruins-2/+22
2019-01-06tests: Do not use `-Z parse-only`, continue compilation to test recoveryVadim Petrochenkov-0/+21