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
When I add #[subenum(Sub)] to the top of the enum before declaring its variant, an error message would appear:
#[subenum(Sub)]
expected pattern, found `,`
This error is confusing. I suggest improving this error message to points out the cause directly, or make it disappear.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When I add
#[subenum(Sub)]
to the top of the enum before declaring its variant, an error message would appear:This error is confusing. I suggest improving this error message to points out the cause directly, or make it disappear.
The text was updated successfully, but these errors were encountered: