Hygiene for function-like procedural macros #40356
Labels
A-macros
Area: All kinds of macros (custom derive, macro_rules!, proc macros, ..)
A-proc-macros
Area: Procedural macros
C-enhancement
Category: An issue proposing an enhancement or a PR with one.
Hello.
I wonder how the hygiene works for function-like procedural macros.
I made a test with these macros that you can find here.
However, it does not compile.
I get the following error:
while if the call is:
it will compile and works.
Is this an issue with hygiene?
Thanks.
The text was updated successfully, but these errors were encountered: