rust/compiler/rustc_expand
Nicholas Nethercote 482b25b321 Change internal naming of macros.
When a `macro_rules! foo { ... }` invocation is compiled the name used
is `foo`, not `macro_rules!`. This is different to all other macro
invocations, and confused me when I was inserted debugging println
statements for macro evaluation.

This commit changes it to `macro_rules` (or just `macro`), which is what
I expected. There are no externally visible changes.
2022-04-11 09:38:40 +10:00
..
src Change internal naming of macros. 2022-04-11 09:38:40 +10:00
Cargo.toml Migrate to 2021 2021-09-20 22:21:42 -04:00