-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Macro reform #416
Comments
I have spoken to @jbclements about this before, and he believes that this is possible. Not sure the specifics though. |
I wrote up some of my reform ideas, focusing on things we could plausibly do before 1.0. I'm turning this into a proper RFC. |
Closing in favor of #440. |
wycats
pushed a commit
to wycats/rust-rfcs
that referenced
this issue
Mar 5, 2019
Glimmer Components
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
At some point, possibly after 1.0, we may want to reform the macro system.
Wishlist items which come up frequently include:
std::io::println!("hello world")
.(The latter two might potentially be accomplished by having all name resolution in
macro_rules!
bodies happen at the definition site. This article may also be of interest.)The text was updated successfully, but these errors were encountered: