mirror of
https://github.com/Ed94/Odin.git
synced 2026-07-30 19:30:06 +00:00
skip errors on polymorphic procs when in a proc group with other options
This commit is contained in:
@@ -563,6 +563,7 @@ struct CheckerContext {
|
||||
|
||||
u32 stmt_flags;
|
||||
bool in_enum_type;
|
||||
bool in_proc_group;
|
||||
bool collect_delayed_decls;
|
||||
bool allow_polymorphic_types;
|
||||
bool disallow_polymorphic_return_types; // NOTE(zen3ger): no poly type decl in return types
|
||||
|
||||
Reference in New Issue
Block a user