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

Explain why macros cannot be imported from the current crate #116

Closed
johnthagen opened this issue Oct 22, 2018 · 1 comment
Closed

Explain why macros cannot be imported from the current crate #116

johnthagen opened this issue Oct 22, 2018 · 1 comment

Comments

@johnthagen
Copy link
Contributor

From the Macro Changes site:

Note that you'll still need #[macro_use] to use macros you've defined in your own crate; this feature only works for importing macros from external crates.

Some questions that immediately came to mind:

  • Why is this? Could a link be added that explains more? I assume it's difficult to implement.
  • Is it planned that this will be fixed in the future?
@johnthagen
Copy link
Contributor Author

Closing in favor of #115 (this is a duplicate created when GitHub was experiencing problems).

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

1 participant