File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -148,7 +148,7 @@ pub fn StructuredTable(table_schema: type) type {
148148 return std .fmt .parseFloat (T , value ) catch StructureError .UnexpectedType ;
149149 },
150150 else = > {
151- @compileError (std .fmt .comptimePrint ("unsupported field type for '{}'" , .{@typeName (type_info )}));
151+ @compileError (std .fmt .comptimePrint ("unsupported field type for '{}'" , .{@typeName (T )}));
152152 },
153153 }
154154 }
@@ -182,7 +182,7 @@ pub fn StructuredTable(table_schema: type) type {
182182 return std .fmt .allocPrint (self .arena_allocator .allocator (), "{d}" , .{value }) catch TableError .OutOfMemory ;
183183 },
184184 else = > {
185- @compileError (std .fmt .comptimePrint ("unsupported field type for '{}'" , .{@typeName (type_info )}));
185+ @compileError (std .fmt .comptimePrint ("unsupported field type for '{}'" , .{@typeName (T )}));
186186 },
187187 }
188188 }
You can’t perform that action at this time.
0 commit comments