mirror of
https://github.com/odin-lang/Odin.git
synced 2026-02-28 21:58:19 +00:00
Add suggestions when trying to take the address the a value from a for/switch statement
This commit is contained in:
@@ -69,6 +69,9 @@ enum EntityFlag : u64 {
|
||||
|
||||
EntityFlag_Lazy = 1ull<<27, // Lazily type checked
|
||||
|
||||
EntityFlag_ForValue = 1ull<<28,
|
||||
EntityFlag_SwitchValue = 1ull<<29,
|
||||
|
||||
EntityFlag_Test = 1ull<<30,
|
||||
|
||||
EntityFlag_Overridden = 1ull<<63,
|
||||
|
||||
Reference in New Issue
Block a user