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