Skip to content
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

Parse new macro declarative expression #45

Open
GrayJack opened this issue Jun 26, 2019 · 2 comments
Open

Parse new macro declarative expression #45

GrayJack opened this issue Jun 26, 2019 · 2 comments

Comments

@GrayJack
Copy link
Contributor

As reference:

  1. Tracking issue: declarative macros 2.0 rust-lang/rust#39412
  2. Macros by example 2.0 (macro!) rust-lang/rfcs#1584
  3. https://github.com/rust-lang/rfcs/blob/master/text/1584-macros.md
@GrayJack
Copy link
Contributor Author

One think that it will fix is namespaced macro calls as well, like path::to::macro::call!()

@Stargateur
Copy link

This make all color fail every time I write some_module::macro_name!(). I like to avoid import too many into my namespace.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants