mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-01 15:51:12 +00:00
Fix equality on empty structures
This commit is contained in:
parent
a0afb64cb0
commit
da4cf721cc
2 changed files with 17 additions and 12 deletions
|
@ -227,8 +227,6 @@ impl<'a> CodeGenHelp<'a> {
|
|||
|
||||
let expr = self.call_specialized_op(ident_ids, &mut ctx, *layout, arguments);
|
||||
|
||||
dbg!(&ctx);
|
||||
|
||||
(expr, ctx.new_linker_data)
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue