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
This issue was labelled with: A-syntaxext, B-RFC in the Rust repository
Currently you can not pass @ or ~ or @mut to a macro by itself, but this would be useful in a few cases. I tried doing this to add Clone trait implementations without copying the code:
Issue by metajack
Friday Apr 05, 2013 at 21:04 GMT
For earlier discussion, see rust-lang/rust#5748
This issue was labelled with: A-syntaxext, B-RFC in the Rust repository
Currently you can not pass
@
or~
or@mut
to a macro by itself, but this would be useful in a few cases. I tried doing this to add Clone trait implementations without copying the code:But as far as I can tell there is no fragment specifier that will work for those tokens.
The text was updated successfully, but these errors were encountered: