mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-29 20:20:59 +03:00
131cffb6ba
Most macro tests use `macro` in the name, making it easy to find and run tests relevant to macros. However, a few use `mbe` instead. Rename those to say `macro`.