mirror of
https://codeberg.org/ziglang/zig.git
synced 2026-05-02 07:49:22 +03:00
31802c6c68
Zig's format system is flexible enough to add custom formatters. This PR removes the new z/Z format specifiers that were added for printing Zig identifiers and replaces them with custom formatters.