mirror of
https://github.com/Ed94/raddebugger.git
synced 2026-08-05 21:38:40 +00:00
pipe member finding errors through correctly
This commit is contained in:
@@ -699,6 +699,10 @@ e_push_irtree_and_type_from_expr(Arena *arena, E_IRTreeAndType *root_parent, E_I
|
|||||||
result = new_result_maybe;
|
result = new_result_maybe;
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
else if(new_result_maybe.msgs.count != 0 && result.msgs.count == 0)
|
||||||
|
{
|
||||||
|
result = new_result_maybe;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
if(result.root != &e_irnode_nil)
|
if(result.root != &e_irnode_nil)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user