mirror of
https://github.com/Ed94/Odin.git
synced 2026-07-26 01:13:48 +00:00
On x: [?]T = {...}, minimize errors by using the [?]T expression as a kind of hint
This commit is contained in:
@@ -451,6 +451,7 @@ struct CheckerContext {
|
||||
u32 state_flags;
|
||||
bool in_defer;
|
||||
Type * type_hint;
|
||||
Ast * type_hint_expr;
|
||||
|
||||
String proc_name;
|
||||
DeclInfo * curr_proc_decl;
|
||||
|
||||
Reference in New Issue
Block a user