syn
syn copied to clipboard
allow `custom_keyword!` to support different struct name
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.
I think you can try using use var as Var; as a temporary workaround for this issue.
Additionally, I also support this suggestion. Why not submit a PR directly?