mirror of
https://github.com/ziglang/zig.git
synced 2025-12-06 14:23:09 +00:00
Inferred errors in switch statements prevented IP address parsing at comptime. Adding explicit error sets fixes it. Closes #18276
Inferred errors in switch statements prevented IP address parsing at comptime. Adding explicit error sets fixes it. Closes #18276