zig
zig copied to clipboard
Fix bug in std.debug.dump_hex
Unfortunately, the writer is hard-coded to be stderr, so I wasn't able to write unit tests without introducing breaking changes.
Fixes #20048