Skip to content

Commit ab7b9b8

Browse files
committed
Fix seemingly un-noticed thinko in structural copying code in rustboot.
1 parent 5f29988 commit ab7b9b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/boot/me/trans.ml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3914,7 +3914,7 @@ let trans_visitor
39143914
then
39153915
iter_ty_parts_full ty_params dst src ty
39163916
(fun dst src ty ->
3917-
trans_copy_ty ty_params true
3917+
trans_copy_ty ty_params initializing
39183918
dst ty src ty)
39193919
else
39203920
let initflag = Il.Reg (force_to_reg one) in

0 commit comments

Comments
 (0)