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
This should be an error from serde_derive rather than an unreachable pattern warning from rustc:
struct S { a: u8, #[serde(rename = "a")] b: u8, }
@cholcombe973 hit this in https://gist.github.com/cholcombe973/a7bf280b1cd5b9cc941cd3e7ab16697a. You have two fields called "fop.fsetattr_count".
The text was updated successfully, but these errors were encountered:
This would be really helpful. I just almost got bit by a similar problem: two fields renamed to the same name due to bad copy-paste.
rename
Sorry, something went wrong.
Closing because I don't plan to pursue this as a priority.
No branches or pull requests
This should be an error from serde_derive rather than an unreachable pattern warning from rustc:
@cholcombe973 hit this in https://gist.github.com/cholcombe973/a7bf280b1cd5b9cc941cd3e7ab16697a. You have two fields called "fop.fsetattr_count".
The text was updated successfully, but these errors were encountered: