mirror of
https://github.com/ziglang/zig.git
synced 2026-01-05 04:53:17 +00:00
Don't cut any corner and properly run the type trough every single step even though it has no fields (or, better, the sum of the size of all its fields is zero). Fix the logic to consider an explicit non-zero-sized tag enough to treat the type as sized. Closes #7451