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
steps to reproduce:
Attempt to use enum like this one:
#[derive(Serialize, Deserialize, OpgModel)] #[serde(tag = "req_type", content = "content")] pub enum Repro { TypeA(), TybeB }
Error:
error: proc-macro derive panicked --> src/data.rs:64:34 | 64 | #[derive(Serialize, Deserialize, OpgModel)] | ^^^^^^^^ | = help: message: internal error: entered unreachable code error: aborting due to previous error error: could not compile `...`
Just encountered this error, using this awesome! crate. Haven't yet had time to dig deeper.
The text was updated successfully, but these errors were encountered:
Thanks for the report, will be fixed soon!
Sorry, something went wrong.
No branches or pull requests
steps to reproduce:
Attempt to use enum like this one:
Error:
Just encountered this error, using this awesome! crate. Haven't yet had time to dig deeper.
The text was updated successfully, but these errors were encountered: