Closed
Description
Const generic parameters are treated as hygienic by macro_rule
because it uses "let
variable hygiene" rather than "item hygiene".
See #57523 (comment) and #58191 (comment).
Const generic parameters are treated as hygienic by macro_rule
because it uses "let
variable hygiene" rather than "item hygiene".
See #57523 (comment) and #58191 (comment).