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