about summary refs log tree commit diff
path: root/src/test/ui/parser/issue-17383.rs
AgeCommit message (Collapse)AuthorLines
2021-11-20Move parser tests to parser/issues subdirectoryBadel2-7/+0
Because the parser directory has already reached the 1000 file limit.
2021-10-14Revert "Stabilize `arbitrary_enum_discriminant`"Mark Rousskov-0/+7
This reverts commit 7a62f29f3171767090949778ce0f161e930706b9.
2021-07-28Stabilize `arbitrary_enum_discriminant`Deadbeef-7/+0
2019-06-21Implement arbitrary_enum_discriminantJohn Wrenn-1/+1
2019-05-23tweak discriminant on non-nullary enum diagnosticAndy Russell-1/+1
Adds notes pointing at the non-nullary variants, and uses "custom discriminant" language to be consistent with the Reference.
2019-01-11Tweak incorrect discriminator value variant errorEsteban Küber-4/+3
2019-01-06tests: Do not use `-Z parse-only`, continue compilation to test recoveryVadim Petrochenkov-2/+0
2018-12-25Remove licensesMark Rousskov-10/+0
2018-10-21Move parse-fail tests to UIVadim Petrochenkov-0/+20