summary refs log tree commit diff
path: root/tests/ui/parser/macro/macro-expand-to-match-arm.stderr
AgeCommit message (Expand)AuthorLines
2025-02-22Fix "missing match arm body" suggestion involving `!`Esteban Küber-1/+6
2024-10-28Tweak `expand_incomplete_parse` warning.Nicholas Nethercote-1/+1
2023-12-03Disallow an arm without a body (except for never patterns)Nadrieril-1/+7
2023-12-03Detect attempts to expand a macro to a match arm againNadrieril-0/+1
2023-12-03Parse a pattern with no armNadrieril-4/+7
2023-11-24Show number in error message even for one errorNilstrieb-1/+1
2023-07-24Specify macro is invalid in certain contextsCatherine-0/+10