patch because of a change in @typeInfo

This commit is contained in:
Chris Boesch
2023-01-14 15:36:36 +01:00
parent bb08131538
commit f0d43f488f
3 changed files with 3 additions and 3 deletions

View File

@@ -100,7 +100,7 @@ pub fn main() void {
//
// pub const StructField = struct {
// name: []const u8,
// field_type: type,
// type: type,
// default_value: anytype,
// is_comptime: bool,
// alignment: comptime_int,