You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was wondering why quote uses #var interpolation syntax instead of $var. My guess is that this is a limitation of the macro_rules system and not an intentional design decision. Is that correct? Is this a limitation that could be revisited in macros 2.0?
The text was updated successfully, but these errors were encountered:
Thanks for the answer. I think we want to revisit how matching happens in 2.0 in general, its currently got a lot of limitations that could probably be rebalanced based on our experience with macro_rules.
I was wondering why quote uses
#var
interpolation syntax instead of$var
. My guess is that this is a limitation of the macro_rules system and not an intentional design decision. Is that correct? Is this a limitation that could be revisited in macros 2.0?The text was updated successfully, but these errors were encountered: