about summary refs log tree commit diff
path: root/src/test/ui/parser/require-parens-for-chained-comparison.stderr
AgeCommit message (Collapse)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-110/+0
2022-10-22Recover unclosed char literal being parsed as lifetimeMichael Goulet-3/+13
2022-06-12Improves parser diagnostics, fixes #93867threadexception-2/+2
2022-02-02fix ICE when parsing lifetime as function argumentMichael Goulet-3/+15
2022-01-13Fix suggesting turbofish with lifetime argumentsMichael Goulet-11/+44
2021-08-11Modify structured suggestion outputEsteban Küber-4/+4
* On suggestions that include deletions, use a diff inspired output format * When suggesting addition, use `+` as underline * Color highlight modified span
2020-10-28Adjust turbofish help message for const genericsvarkor-3/+3
2020-03-25Tweak chained operators diagnosticEsteban Küber-29/+18
Use more selective spans Improve suggestion output Be more selective when displaying suggestions Silence some knock-down type errors
2020-01-11Add suggestions when encountering chained comparisonsvarkor-6/+14
2019-11-18Surround types with backticks in type errorsEsteban Küber-2/+2
2019-11-18Remove E0308 note when primary label has all infoEsteban Küber-6/+0
2019-10-24Increase spacing for suggestions in diagnosticsEsteban Küber-0/+2
Make the spacing between the code snippet and verbose structured suggestions consistent with note and help messages.
2019-10-03review commentsEsteban Küber-3/+3
2019-10-03review commentsEsteban Küber-3/+12
2019-10-03When encountering chained operators use heuristics to recover from bad turbofishEsteban Küber-6/+17
2019-09-05Bail out when encountering likely missing turbofish in parserEsteban Küber-13/+2
When encountering a likely intended turbofish without `::`, bubble up the diagnostic instead of emitting it to allow the parser to recover more gracefully and avoid uneccessary type errors that are likely to be wrong.
2019-04-18hide `--explain` hint if error has no extended infoAndy Russell-1/+1
2019-03-27Better diagnostic for binary operation on BoxedValueshgallagher1993-2/+4
2019-01-06tests: Do not use `-Z parse-only`, continue compilation to test recoveryVadim Petrochenkov-4/+32
2018-12-25Remove licensesMark Rousskov-3/+3
2018-10-21Move parse-fail tests to UIVadim Petrochenkov-0/+23