mirror of
https://github.com/ziglang/zig.git
synced 2025-12-27 00:23:22 +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.