warning: empty trait list in derive
should not emit if created by a macro
#54652
Labels
A-lints
Area: Lints (warnings about flaws in source code) such as unused_mut.
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.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
The following code should not emit a warning at the call site of the macro:
Currently, it does:
The text was updated successfully, but these errors were encountered: