mirror of
https://github.com/ziglang/zig.git
synced 2026-02-04 05:33:39 +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.