about summary refs log tree commit diff
path: root/src/test/ui/parser/recovered-struct-variant.stderr
AgeCommit message (Collapse)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-10/+0
2022-09-27add a label to struct/enum/union ident nameTakayuki Maeda-1/+3
2019-03-17Do not complain about non-existing fields after parse recoveryEsteban Küber-0/+8
When failing to parse struct-like enum variants, the ADT gets recorded as having no fields. Record that we have actually recovered during parsing of this variant to avoid complaing about non-existing fields when actually using it.