mirror of
https://github.com/ziglang/zig.git
synced 2026-02-10 11:30:58 +00:00
Casting `*T` to `*[1]T` should still work, but every other length will now be a compiler error instead of a potential OOB access.
Casting `*T` to `*[1]T` should still work, but every other length will now be a compiler error instead of a potential OOB access.