mirror of
https://codeberg.org/ziglang/zig.git
synced 2026-04-29 12:08:48 +03:00
dc44baf763
This allows functions like expectEqual to be performed at comptime. If an error is detected, the result is logged via a compile error.