mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-26 21:39:07 +00:00
fix struct equality using pointer equalty ?!
This commit is contained in:
parent
140a294460
commit
0e43510103
1 changed files with 1 additions and 1 deletions
|
@ -180,7 +180,7 @@ fn eq_struct<'a>(
|
|||
))
|
||||
}
|
||||
|
||||
if_pointers_equal_return_true(root, ident_ids, [ARG_1, ARG_2], root.arena.alloc(else_stmt))
|
||||
else_stmt
|
||||
}
|
||||
|
||||
fn eq_tag_union<'a>(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue