Unhelpful error message in macros which invoke other macros #35150
Labels
A-diagnostics
Area: Messages for errors, warnings, and lints
A-macros
Area: All kinds of macros (custom derive, macro_rules!, proc macros, ..)
C-enhancement
Category: An issue proposing an enhancement or a PR with one.
The problematic code:
Rustc output:
Playpen link
This error points out that the
y!
macro performed an incorrect invocation of thex!
macro, but fails to point out whichx!
macro in particular it is trying to invoke, or the location where they!
macro was invoked. In addition, it doesn't point out tokens which the macro would accept (in this case, the end of the invocation).The text was updated successfully, but these errors were encountered: