We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
proc-macro-rules/examples/macro_rules.rs
Line 35 in a39acd9
There is an example how to write it, but there is no example how to call it in the code.
The text was updated successfully, but these errors were encountered:
exactly the same way as the macro_rules version, but you will need to enable a feature (proc_macro_hygiene or something similar) and import the macro.
proc_macro_hygiene
Would be good to document this, I suppose
Sorry, something went wrong.
No branches or pull requests
proc-macro-rules/examples/macro_rules.rs
Line 35 in a39acd9
There is an example how to write it, but there is no example how to call it in the code.
The text was updated successfully, but these errors were encountered: