mirror of
https://github.com/ziglang/zig.git
synced 2026-02-01 12:13:44 +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.