mirror of
https://codeberg.org/ziglang/zig.git
synced 2026-05-09 01:51:37 -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.
6 lines
45 B
Zig
6 lines
45 B
Zig
.{
|
|
.x = 2,
|
|
.y = 0.5,
|
|
.z = -10,
|
|
}
|