Fixes several changes in std.builtin.zig

This commit is contained in:
Chris Boesch
2024-09-02 19:33:59 +02:00
parent 296a2b5c6a
commit b2f56c7cea
9 changed files with 22 additions and 21 deletions

View File

@@ -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) {