mirror of
https://github.com/rust-lang/rust.git
synced 2026-01-21 00:10:48 +00:00
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`.