about summary refs log tree commit diff
path: root/tests/ui/parser/macro/macro-expand-to-match-arm.rs
AgeCommit message (Expand)AuthorLines
2024-10-28Tweak `expand_incomplete_parse` warning.Nicholas Nethercote-1/+1
2023-12-03Disallow an arm without a body (except for never patterns)Nadrieril-0/+1
2023-12-03Detect attempts to expand a macro to a match arm againNadrieril-0/+1
2023-12-03Parse a pattern with no armNadrieril-3/+3
2023-08-02Add test for enum with fieldsCatherine Flores-2/+3
2023-07-24Recover from some macrosCatherine Flores-0/+2
2023-07-24Specify macro is invalid in certain contextsCatherine-0/+15