mirror of
https://github.com/ziglang/zig.git
synced 2026-01-16 20:35:17 +00:00
This removes the strategy where union with different active fields would be generated, and instead simply pointer casts the active field type where required. This also allows removing spv.ptrType and using self.ptrType instead, and allows caching all union types (because there is only the canonical one).