Skip to content

Commit f208f5a

Browse files
committed
---
yaml --- r: 965 b: refs/heads/master c: 3fd3270 h: refs/heads/master i: 963: 18cd136 v: v3
1 parent 151df4e commit f208f5a

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
---
2-
refs/heads/master: a95dbdef702e4c3a1d6f0801f947eba53cb21a15
2+
refs/heads/master: 3fd3270845a7892cab2bf7ad45a8e03f24d9f9aa

trunk/src/comp/middle/trans.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -675,6 +675,7 @@ fn copy_ty(@block_ctxt cx,
675675
}
676676
auto llty = type_of(cx.fcx.ccx, t);
677677
r = build_memcpy(r.bcx, dst, src, llty);
678+
ret res(r.bcx, src);
678679
}
679680

680681
cx.fcx.ccx.sess.bug("unexpected type in trans.copy_ty: " +

0 commit comments

Comments
 (0)