mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-01 05:25:38 +00:00
mbe: Gracefully handle macro rules that end after `=>` Add a test for various cases of invalid macro definitions. Closes: https://github.com/rust-lang/rust/issues/143351