diff options
Diffstat (limited to 'exercises/071_comptime6.zig')
| -rw-r--r-- | exercises/071_comptime6.zig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/exercises/071_comptime6.zig b/exercises/071_comptime6.zig index 7723291..5938abc 100644 --- a/exercises/071_comptime6.zig +++ b/exercises/071_comptime6.zig @@ -38,7 +38,7 @@ pub fn main() void { // Please use an 'inline for' to implement the block below // for each field in the slice 'fields'! - const fields = @typeInfo(Narcissus).Struct.fields; + const fields = @typeInfo(Narcissus).@"struct".fields; ??? { if (field.type != void) { |
