generated from TBD54566975/tbd-project-template
-
Notifications
You must be signed in to change notification settings - Fork 8
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 value enums to be variants of type enums #1496
Comments
Open
worstell
added a commit
that referenced
this issue
May 18, 2024
worstell
added a commit
that referenced
this issue
May 18, 2024
worstell
added a commit
that referenced
this issue
May 18, 2024
worstell
added a commit
that referenced
this issue
May 18, 2024
worstell
added a commit
that referenced
this issue
May 18, 2024
worstell
added a commit
that referenced
this issue
May 18, 2024
matt2e
pushed a commit
that referenced
this issue
May 23, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
should be extracted as:
right now, it extracts as the following:
however, this pattern will remain erroneous:
because
ValueEnum
cannot be both a type variant name and itself a value enum. we do not support mixing of type and value variants in a single enumThe text was updated successfully, but these errors were encountered: