mirror of
https://github.com/ziglang/zig.git
synced 2025-12-28 17:13:19 +00:00
Needed due to the compiler depending on standard library APIs such as ArrayList that contain `@memset` and `@memcpy` calls in them. The number of parameters changed, so this is necessary for the compiler to build.