Struct output shenanigans

This commit is contained in:
2025-01-27 21:38:54 +01:00
parent cd167d1560
commit af42b61ed6
3 changed files with 23 additions and 0 deletions

View File

@@ -372,6 +372,7 @@ type_variable_to_field :: (type_variables : []Type_Variable, scope_stack : Scope
field_hint.kind = .Target;
} else {
field_hint.custom_hint_name = copy_string(hint.ident_value);
field_hint.kind = .Custom;
}
array_add(*field.hints, field_hint);
}