mirror of
https://codeberg.org/ziglings/exercises.git
synced 2026-06-11 09:29:59 +00:00
Fixes several changes in std.builtin.zig
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user