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
custom_keyword!
I'd prefer to have uppercase Struct names, consistent with the actual keywords in syn::token::*.
syn::token::*
I propose a syntax, like custom_keyword!(var as Var), that could be non-breakingly be introduced.
custom_keyword!(var as Var)
If this is something you'd consider, I'd be willing to implement it.
The text was updated successfully, but these errors were encountered:
I think you can try using use var as Var; as a temporary workaround for this issue.
use var as Var;
Additionally, I also support this suggestion. Why not submit a PR directly?
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
I'd prefer to have uppercase Struct names, consistent with the actual keywords in
syn::token::*
.I propose a syntax, like
custom_keyword!(var as Var)
, that could be non-breakingly be introduced.If this is something you'd consider, I'd be willing to implement it.
The text was updated successfully, but these errors were encountered: