mirror of
https://github.com/ziglang/zig.git
synced 2026-01-22 15:25:23 +00:00
* Reduce branching in Type.eql and Type.hash for error sets. * `Type.eql` uses element-wise bytes comparison since it can rely on the error sets being pre-sorted. * Avoid unnecessarily skipping tests that are passing.