From f0d43f488f434c1df2f5395d2b8afc35b15d1797 Mon Sep 17 00:00:00 2001 From: Chris Boesch Date: Sat, 14 Jan 2023 15:36:36 +0100 Subject: patch because of a change in @typeInfo --- exercises/082_anonymous_structs3.zig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'exercises/082_anonymous_structs3.zig') diff --git a/exercises/082_anonymous_structs3.zig b/exercises/082_anonymous_structs3.zig index e5c6839..6760ff3 100644 --- a/exercises/082_anonymous_structs3.zig +++ b/exercises/082_anonymous_structs3.zig @@ -96,7 +96,7 @@ fn printTuple(tuple: anytype) void { // // pub const StructField = struct { // name: []const u8, - // field_type: type, + // type: type, // default_value: anytype, // is_comptime: bool, // alignment: comptime_int, -- cgit v1.2.3-70-g09d2