rust/compiler
Nadrieril 0bfebc6105 Detect attempts to expand a macro to a match arm again
Because a macro invocation can expand to a never pattern, we can't rule
out a `arm!(),` arm at parse time. Instead we detect that case at
expansion time, if the macro tries to output a pattern followed by `=>`.
2023-12-03 12:25:46 +01:00
..
2023-12-03 12:25:46 +01:00
2023-11-28 20:40:38 +00:00
2023-11-26 08:38:02 +11:00
2023-12-03 12:25:46 +01:00
2023-12-03 12:25:46 +01:00
2023-11-30 11:45:34 -08:00