patch because of a change in @typeInfo
This commit is contained in:
parent
04893c7253
commit
de6b91d413
3 changed files with 3 additions and 3 deletions
|
|
@ -41,7 +41,7 @@ pub fn main() void {
|
|||
const fields = @typeInfo(Narcissus).Struct.fields;
|
||||
|
||||
??? {
|
||||
if (field.field_type != void) {
|
||||
if (field.type != void) {
|
||||
print(" {s}", .{field.name});
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue