| ... | @@ -618,6 +618,7 @@ fn formatType(value: anytype, comptime fmt: []const u8, options: FormatOptions, | ... | @@ -618,6 +618,7 @@ fn formatType(value: anytype, comptime fmt: []const u8, options: FormatOptions, |
| 618 | }, | 618 | }, |
| 619 | else => @compileError("unable to format type '" ++ @typeName(T) ++ "'"), | 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 | pub inline fn comptimePrint(comptime fmt: []const u8, args: anytype) *const [count(fmt, args):0]u8 { | 624 | pub inline fn comptimePrint(comptime fmt: []const u8, args: anytype) *const [count(fmt, args):0]u8 { |