| author | |
| committer | |
| log | 1a90f8f77b3e01150399d0fca057bc8e109bf7e2 |
| tree | 4aa1e164fbe0026e97bf1c61eb50afb5a2cbc45b |
| parent | e96a016e3fe9b942e66d24dc95e484323767f357 |
| signature |
1 files changed, 1 insertions(+), 0 deletions(-)
fmt.zig+1| ... | ... | @@ -618,6 +618,7 @@ fn formatType(value: anytype, comptime fmt: []const u8, options: FormatOptions, |
| 618 | 618 | }, |
| 619 | 619 | else => @compileError("unable to format type '" ++ @typeName(T) ++ "'"), |
| 620 | 620 | } |
| 621 | @compileError("unable to format type '" ++ @typeName(T) ++ "' with specifier '" ++ actual_fmt ++ "'"); | |
| 621 | 622 | } |
| 622 | 623 | |
| 623 | 624 | pub inline fn comptimePrint(comptime fmt: []const u8, args: anytype) *const [count(fmt, args):0]u8 { |