pipe member finding errors through correctly

This commit is contained in:
Ryan Fleury
2025-10-20 16:30:59 -07:00
parent 2ad3e5b1cf
commit 09418f1b08
+4
View File
@@ -699,6 +699,10 @@ e_push_irtree_and_type_from_expr(Arena *arena, E_IRTreeAndType *root_parent, E_I
result = new_result_maybe;
break;
}
else if(new_result_maybe.msgs.count != 0 && result.msgs.count == 0)
{
result = new_result_maybe;
}
}
if(result.root != &e_irnode_nil)
{