#[proc_macro]
and #[proc_macro_attribute]
can silently accept a value with =
#52273
Labels
A-decl-macros-1-2
Area: Declarative macros 1.2
E-easy
Call for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.
For example,
#[proc_macro = "abc"]
and#[proc_macro_attribute = "def"]
.The text was updated successfully, but these errors were encountered: