mirror of
https://codeberg.org/ziglang/zig.git
synced 2026-06-04 23:05:00 -04:00
f91df39ad2
Prevent the crash by not making the codegen try to access the non-existing ptr field in the slice. Closes #6951