File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 1
1
---
2
- refs/heads/master: bcad52451cb63118ee9b67684b8b70e3cb5f4aff
2
+ refs/heads/master: cd8cf44d1d876c3eb0206899e46c007171dbe32e
Original file line number Diff line number Diff line change @@ -7449,8 +7449,6 @@ fn trans_vec_append_glue(@local_ctxt cx) {
7449
7449
auto llnew_vec = vi2p ( bcx, llnew_vec_res. val ,
7450
7450
T_opaque_vec_ptr ( ) ) ;
7451
7451
7452
- put_vec_fill ( bcx, llnew_vec, C_int ( 0 ) ) ;
7453
-
7454
7452
auto copy_dst_cx = new_sub_block_ctxt ( bcx, "copy new <- dst" ) ;
7455
7453
auto copy_src_cx = new_sub_block_ctxt ( bcx, "copy new <- src" ) ;
7456
7454
@@ -7494,6 +7492,7 @@ fn trans_vec_append_glue(@local_ctxt cx) {
7494
7492
}
7495
7493
7496
7494
// Copy any dst elements in, omitting null if doing str.
7495
+ put_vec_fill ( copy_dst_cx, llnew_vec, C_int ( 0 ) ) ;
7497
7496
auto n_bytes = vec_fill_adjusted ( copy_dst_cx, lldst_vec, llskipnull) ;
7498
7497
copy_dst_cx = copy_elts ( copy_dst_cx,
7499
7498
llelt_tydesc,
You can’t perform that action at this time.
0 commit comments