Add struct #no_copy

This commit is contained in:
gingerBill
2023-04-15 15:47:18 +01:00
parent e79883e4fd
commit 7abaf77292
2 changed files with 8 additions and 0 deletions
+1
View File
@@ -740,6 +740,7 @@ Struct_Type :: struct {
where_clauses: []^Expr,
is_packed: bool,
is_raw_union: bool,
is_no_copy: bool,
fields: ^Field_List,
name_count: int,
}