mirror of
https://codeberg.org/ziglang/zig.git
synced 2026-05-01 23:33:07 +03:00
84549b4267
Don't use the instantiation argument types to build the function
parameter array.
f416535768 worked around the problem, this
commit solves it.