about summary refs log tree commit diff
path: root/src/test/ui/parser/default-on-wrong-item-kind.stderr
AgeCommit message (Expand)AuthorLines
2020-03-26error_bad_item_kind: add help textMazdak Farrokhzad-0/+72
2020-02-24parse: tweak diagnostic wordingsMazdak Farrokhzad-36/+36
2020-02-24parse/ast: move `Defaultness` into variants.Mazdak Farrokhzad-77/+253
2020-02-24parser: tweak item kind wordingMazdak Farrokhzad-36/+36
2020-02-24parse: harden `default` test.Mazdak Farrokhzad-56/+88
2020-02-24parse: use `parse_item_common` in `parse_assoc_item_`.Mazdak Farrokhzad-1/+157
2020-02-24parse: use `parse_item_common` in `parse_foreign_item`.Mazdak Farrokhzad-16/+218
2020-02-24parse: recover `default` on free items.Mazdak Farrokhzad-0/+122