mirror of
https://codeberg.org/ziglang/zig.git
synced 2026-05-23 01:14:54 +03:00
90e48d4b34
Usage of `catch unreachable` in build scripts is completely harmless because build scripts are always run in Debug mode, however, it sets a poor example for beginners to learn from.