mirror of
https://github.com/rust-lang/rust.git
synced 2025-10-28 19:46:01 +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