-
Notifications
You must be signed in to change notification settings - Fork 12.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
make type modifiers usable for macro substitution #5748
Comments
I know that @pcwalton has been interested in making |
|
Bug triage: doesn't look like a release blocker to me. |
cc @jbclements I feel like this is tricky, although it shouldn't be too hard for just the sigils. |
Now that we have Just some scattered thoughts.. |
This issue has been moved to the RFCs repo: rust-lang/rfcs#285 |
Change a noun to a verb to make the sentence complete changelog: Fixed some grammar in the documentation for `await_holding_lock`. Just a tiny little thing I found while using clippy <3
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: