We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 240def0 commit b60604fCopy full SHA for b60604f
[refs]
@@ -1,2 +1,2 @@
1
---
2
-refs/heads/master: 386ba3ae63bd0d642af3349c25370605f5200a05
+refs/heads/master: 2cbfb8795d48028f216ffcaf921add36b9d60499
trunk/src/comp/middle/trans.rs
@@ -5571,9 +5571,7 @@ fn trans_vec_append_glue(@crate_ctxt cx) {
5571
n_bytes).bcx;
5572
5573
put_vec_fill(copy_dst_cx, llnew_vec, n_bytes);
5574
- copy_dst_cx.build.Store(vec_p1_adjusted(copy_dst_cx,
5575
- llnew_vec, llskipnull),
5576
- pp0);
+ copy_dst_cx.build.Store(vec_p1(copy_dst_cx, llnew_vec), pp0);
5577
copy_dst_cx.build.Br(copy_src_cx.llbb);
5578
5579
0 commit comments