mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-28 19:27:30 +03:00
05146ab802
Organize macro tests a bit more - Move some macro parsing tests from `tests/ui/parser` to `tests/ui/parser/macro`. - 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`.