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