mirror of
https://github.com/ziglang/zig.git
synced 2026-01-10 17:35:12 +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.