patch because of a change in @typeInfo

This commit is contained in:
Chris Boesch 2023-01-14 15:36:36 +01:00
parent 04893c7253
commit de6b91d413
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,