mirror of
https://github.com/ziglang/zig.git
synced 2026-03-11 21:59:52 +00:00
A previous commit from this branch incorrectly changed the usage of `comptime` keyword, and broke the std lib tests. This commit adds `comptime` to a few function calls, correcting the behavior.