Procedural macros stringify inputs with macro invocations too aggressively #50840
Labels
A-macros-1.2
Area: Declarative macros 1.2
A-macros-2.0
Area: Declarative macros 2.0 (#39412)
C-bug
Category: This is a bug.
Given this procedural macro:
and this invocation:
It generates:
Not a great error message!
If the delimiters on the macro are changed from
[]
to()
you get:A much better error message!
This issue is forked off #50700
The text was updated successfully, but these errors were encountered: