Skip to content
Commit eaf5debe authored by Landon James's avatar Landon James
Browse files

Fix bug with enum codegen

When the first enum generated has the @sensitive trait the opaque type
underlying the Unknown variant inherits that sensitivity. This means that
it does not derive Debug. Since the module is only generated once this
causes a problem for non-sensitive enums that rely on the type deriving
Debug so that they can also derive Debug.
parent 1b0f2a64
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment