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

allow custom_keyword! to support different struct name #1507

Open
ModProg opened this issue Sep 12, 2023 · 1 comment · May be fixed by #1730
Open

allow custom_keyword! to support different struct name #1507

ModProg opened this issue Sep 12, 2023 · 1 comment · May be fixed by #1730

Comments

@ModProg
Copy link
Contributor

ModProg commented Sep 12, 2023

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.

@Fancyflame
Copy link
Contributor

Fancyflame commented Aug 11, 2024

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?

@ModProg ModProg linked a pull request Sep 7, 2024 that will close this issue
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

Successfully merging a pull request may close this issue.

2 participants