mirror of
https://github.com/ziglang/zig.git
synced 2026-01-29 02:35:28 +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.