This commit is contained in:
Folkert 2022-03-08 22:21:13 +01:00
parent 4cca0b3b3c
commit f2b8c89878
No known key found for this signature in database
GPG key ID: 1F17F6FFD112B97C

View file

@ -530,10 +530,10 @@ fn eq_tag_fields<'a>(
}
fn eq_boxed<'a>(
root: &mut CodeGenHelp<'a>,
ident_ids: &mut IdentIds,
ctx: &mut Context<'a>,
inner_layout: &'a Layout<'a>,
_root: &mut CodeGenHelp<'a>,
_ident_ids: &mut IdentIds,
_ctx: &mut Context<'a>,
_inner_layout: &'a Layout<'a>,
) -> Stmt<'a> {
todo!()
}