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

Call unraw() on idents #186

Merged
merged 1 commit into from Feb 1, 2024
Merged

Call unraw() on idents #186

merged 1 commit into from Feb 1, 2024

Conversation

xzfc
Copy link
Contributor

@xzfc xzfc commented Jan 31, 2024

This changes argh_derive to allow using raw struct field identifiers (e.g., r#move) as long names.

Closes #124

For the reference, other crates' derive macros, e.g., serde and clap allow them.

This changes argh_derive to allow using raw struct field identifiers
(e.g., `r#move`) as long names.

Closes google#124
@sadmac7000 sadmac7000 merged commit e901d3a into google:master Feb 1, 2024
5 checks passed
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 this pull request may close these issues.

Unrecognized argument on raw identifier
2 participants