mirror of
https://github.com/ziglang/zig.git
synced 2026-03-12 14:19:55 +00:00
In ed25519.zig, we checked if a test succeeds, in which case we returned an error. This was confusing, and Andrew pointed out that Zig weights branches against errors by default.