Allow proc_macro_attribute
and macro_rules
with the same name
#3780
Labels
A-macros
Macro related proposals and issues
We already allow derive macros and traits to share the same name, so that library users only need to
use
once:So we should also allow
proc_macro_attribute
andmacro_rules
with the same name, like:Related: https://internals.rust-lang.org/t/allow-attribute-and-function-macros-to-share-name/19510 (closed)
The text was updated successfully, but these errors were encountered: