This commit is contained in:
Folkert 2021-01-15 16:10:48 +01:00
parent 345ecd434b
commit ef3bda40c6
3 changed files with 58 additions and 53 deletions

View file

@ -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);
}