about summary refs log tree commit diff
path: root/src/test/ui/parser/issue-32214.stderr
AgeCommit message (Collapse)AuthorLines
2021-11-20Move parser tests to parser/issues subdirectoryBadel2-15/+0
Because the parser directory has already reached the 1000 file limit.
2021-08-11Modify structured suggestion outputEsteban Küber-1/+1
* On suggestions that include deletions, use a diff inspired output format * When suggesting addition, use `+` as underline * Color highlight modified span
2020-03-29review comment: wordingEsteban Küber-1/+1
2020-03-29Suggest correct order for arguments when encountering early constraintsEsteban Küber-3/+3
When encountering constraints before type arguments or lifetimes, suggest the correct order.
2020-03-28Suggest correct order for args and constraintsEsteban Küber-0/+5
2020-03-28Point at all constraints before argsEsteban Küber-1/+1
2020-03-27add the label back but make it shorterMazdak Farrokhzad-1/+1
2020-03-27address some review commentsMazdak Farrokhzad-5/+4
2020-03-27parse: move constraint/arg restriction to ast_validation.Mazdak Farrokhzad-5/+6
2019-05-31fix tidyEsteban Küber-1/+1
2019-02-07Update testsvarkor-7/+5
Co-Authored-By: Gabriel Smith <yodaldevoid@users.noreply.github.com>
2019-01-25Suggestion moving types before associated types.David Wood-0/+4
This commit extends existing suggestions to move lifetimes before types in generic arguments to also suggest moving types behind associated type bindings.
2019-01-11Tweak type argument after assoc type errorEsteban Küber-1/+1
2019-01-06tests: Do not use `-Z parse-only`, continue compilation to test recoveryVadim Petrochenkov-3/+3
2018-12-25Remove licensesMark Rousskov-1/+1
2018-10-21Move parse-fail tests to UIVadim Petrochenkov-0/+8