mirror of
https://github.com/ziglang/zig.git
synced 2025-12-06 06:13:07 +00:00
This check doesn't make sense with the modern Allocator API; it's left over from when realloc could change alignment. It's statically known (but not comptime-known) to be true always. This check was one of the things blocking Allocator from being used at comptime (related: #1291).