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
Thanks for the report. I think this has to do with the union having only 1 field.
Zig has runtime safety for unions, and there is an optimization where the secret enum field does not need to exist if there is only 1 field. Looks like a bug with that situation.
With commit 517e8ea:
Produces:
Backtrace:
The text was updated successfully, but these errors were encountered: