mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-02 12:48:14 +00:00
Also allow #no_bounds_check on an expression #499
This commit is contained in:
+1
-1
@@ -265,7 +265,7 @@ struct CheckerContext {
|
||||
Scope * scope;
|
||||
DeclInfo * decl;
|
||||
|
||||
u32 stmt_state_flags;
|
||||
u32 state_flags;
|
||||
bool in_defer; // TODO(bill): Actually handle correctly
|
||||
Type * type_hint;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user