mirror of
https://github.com/ziglang/zig.git
synced 2025-12-09 07:43:10 +00:00
There was a bug in stage2 regarding iteration of function parameter AST. This resulted in a false negative "unused parameter" compile error, which, when fixed, revealed a bug in the std lib HashMap implementation.