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