skip errors on polymorphic procs when in a proc group with other options

This commit is contained in:
A1029384756
2025-08-28 11:30:47 -04:00
parent f7936419cd
commit 3074146784
3 changed files with 6 additions and 1 deletions
+1
View File
@@ -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