mirror of
https://github.com/ziglang/zig.git
synced 2025-12-29 17:43:17 +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