This commit is contained in:
Adam Millerchip 2022-01-01 16:32:09 +09:00
parent f14fdde126
commit 317c904069
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ pub fn main() void {
const fields = @typeInfo(Narcissus).Struct.fields;
??? {
inline for (fields) |field| {
if (field.field_type != void) {
print(" {s}", .{field.name});
}