mirror of
https://github.com/ziglang/zig.git
synced 2026-02-21 16:54:52 +00:00
Caused by struct printing behavior. Enums are different enough from structs and unions that the field iteration behavior doesn't do what we want even if @memberName didn't error on enums.