mirror of
https://github.com/ziglang/zig.git
synced 2026-01-07 14:03:26 +00:00
Making the enum type share the scope with the parent union means every declaration "bleeds" into the enum scope. Let's mint a fresh empty scope for the enum type. Thanks to @Vexu for the test case. Closes #7532