| ... | @@ -67,7 +67,7 @@ pub fn format(writer: anytype, comptime fmt: []const u8, args: anytype) !void { | ... | @@ -67,7 +67,7 @@ pub fn format(writer: anytype, comptime fmt: []const u8, args: anytype) !void { |
| 67 | @compileError("32 arguments max are supported per format call"); | 67 | @compileError("32 arguments max are supported per format call"); |
| 68 | } | 68 | } |
| 69 | | 69 | |
| 70 | @setEvalBranchQuota(2000000); | 70 | @setEvalBranchQuota(std.math.maxInt(u32)); |
| 71 | comptime var arg_state: ArgState = .{ .args_len = fields_info.len }; | 71 | comptime var arg_state: ArgState = .{ .args_len = fields_info.len }; |
| 72 | comptime var i = 0; | 72 | comptime var i = 0; |
| 73 | comptime var literal: []const u8 = ""; | 73 | comptime var literal: []const u8 = ""; |