mirror of
https://github.com/ziglang/zig.git
synced 2026-02-21 16:54:52 +00:00
This implements the semantics as discussed in today's compiler meeting, where the alignment of pointers to fields of default-layout unions cannot exceed the field's alignment. Resolves: #15878