mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-28 22:34:45 +00:00
fix RC
This commit is contained in:
parent
345ecd434b
commit
ef3bda40c6
3 changed files with 58 additions and 53 deletions
|
@ -1103,7 +1103,7 @@ pub fn build_exp_expr<'a, 'ctx, 'env>(
|
|||
field_vals.push(ptr);
|
||||
} else {
|
||||
// this check fails for recursive tag unions, but can be helpful while debugging
|
||||
debug_assert_eq!(tag_field_layout, val_layout);
|
||||
// debug_assert_eq!(tag_field_layout, val_layout);
|
||||
|
||||
field_vals.push(val);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue