mirror of
https://github.com/ziglang/zig.git
synced 2025-12-30 18:13:19 +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.