mirror of
https://github.com/Ed94/Odin.git
synced 2026-07-10 21:31:37 -07:00
Add struct #no_copy
This commit is contained in:
@@ -693,6 +693,7 @@ AST_KIND(_TypeBegin, "", bool) \
|
||||
Slice<Ast *> where_clauses; \
|
||||
bool is_packed; \
|
||||
bool is_raw_union; \
|
||||
bool is_no_copy; \
|
||||
}) \
|
||||
AST_KIND(UnionType, "union type", struct { \
|
||||
Scope *scope; \
|
||||
|
||||
Reference in New Issue
Block a user