mirror of
https://github.com/ziglang/zig.git
synced 2026-01-02 19:43:29 +00:00
In larger small buckets, the comptime logic that computed slot count did not verify that the number it produced was valid. Now it verifies it, which made this bug into a compile error. Then I fixed the bug by introducing a "minimum slots per bucket" declaration.