mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-02 00:07:42 +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`.