mirror of
https://codeberg.org/ziglang/zig.git
synced 2026-05-06 08:36:58 -04:00
1f22b2cbb2
Since `packed` containers are now internally represented by a `bitpack`, they need special handling on initialization: they need to be either bitpacked or bitcasted to their backing integer. `Sema` already did this, but `LowerZon` didn't yet.