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

make #[macro_escape] work at a crate level #10723

Closed
thestinger opened this issue Nov 29, 2013 · 1 comment
Closed

make #[macro_escape] work at a crate level #10723

thestinger opened this issue Nov 29, 2013 · 1 comment
Labels
A-syntaxext Area: Syntax extensions

Comments

@thestinger
Copy link
Contributor

It needs to serialize the escaping macros.

@alexcrichton
Copy link
Member

Closing as a dupe of #3114. This is essentially a special-case of that bug where we wouldn't have import/export but rather a global namespace that all macros must fit into. Regardless, both are essentially about macro serialization and deserialization.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-syntaxext Area: Syntax extensions
Projects
None yet
Development

No branches or pull requests

2 participants