You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Switching the open_enum attribute to the top causes it to process the struct as expected. The zerocopy maintainers are already aware of the general issue. Fortunately this can never cause soundness problems as open-enum always generates types less strict than their equivalent enums.
The text was updated successfully, but these errors were encountered:
Uh oh!
There was an error while loading. Please reload this page.
This runs the
derive
on theenum
definition and not the generatedstruct
:Switching the
open_enum
attribute to the top causes it to process the struct as expected. The zerocopy maintainers are already aware of the general issue. Fortunately this can never cause soundness problems as open-enum always generates types less strict than their equivalent enums.The text was updated successfully, but these errors were encountered: