mirror of
https://github.com/ziglang/zig.git
synced 2026-02-21 16:54:52 +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.