mirror of
https://github.com/ziglang/zig.git
synced 2026-01-07 14:03:26 +00:00
If fmt was called on with a [*]u8 or [*]const u8 argument, but the fmt string did not specify 's' to treat it as a string, it produced a compile error due to accessing index 1 of a 0 length slice.