| ... | @@ -7083,7 +7083,7 @@ fn StringLiteral(comptime WriterType: type) type { | ... | @@ -7083,7 +7083,7 @@ fn StringLiteral(comptime WriterType: type) type { |
| 7083 | const max_len = 16380 - max_char_len; | 7083 | const max_len = 16380 - max_char_len; |
| 7084 | | 7084 | |
| 7085 | return struct { | 7085 | return struct { |
| 7086 | cur_len: usize = 0, | 7086 | cur_len: u64 = 0, |
| 7087 | counting_writer: std.io.CountingWriter(WriterType), | 7087 | counting_writer: std.io.CountingWriter(WriterType), |
| 7088 | | 7088 | |
| 7089 | pub const Error = WriterType.Error; | 7089 | pub const Error = WriterType.Error; |