mirror of
https://github.com/odin-lang/Odin.git
synced 2026-04-19 13:00:28 +00:00
Remove the semantics of #no_copy, keep the grammar
This commit is contained in:
@@ -115,7 +115,7 @@ Type_Info_Struct_Flags :: distinct bit_set[Type_Info_Struct_Flag; u8]
|
||||
Type_Info_Struct_Flag :: enum u8 {
|
||||
packed = 0,
|
||||
raw_union = 1,
|
||||
no_copy = 2,
|
||||
_ = 2,
|
||||
align = 3,
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user