fix struct equality using pointer equalty ?!

This commit is contained in:
Folkert 2023-06-01 12:56:58 +02:00
parent 140a294460
commit 0e43510103
No known key found for this signature in database
GPG key ID: 1F17F6FFD112B97C

View file

@ -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>(