mirror of
https://codeberg.org/ziglang/zig.git
synced 2026-05-21 16:41:56 +03:00
9964f1c160
Casting `*T` to `*[1]T` should still work, but every other length will now be a compiler error instead of a potential OOB access.