mirror of
https://github.com/ziglang/zig.git
synced 2026-01-28 18:25:26 +00:00
This implements type equality for error sets. This is done through element-wise error set comparison. Inferred error sets are always distinct types and other error sets are always sorted. See #11022.