Skip to content

Commit c965b3d

Browse files
committed
---
yaml --- r: 999 b: refs/heads/master c: f69b441 h: refs/heads/master i: 997: 58c114f 995: 94b9977 991: f5211ad v: v3
1 parent 3b1c8d5 commit c965b3d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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: 0f41f5a8f9492cc4d27ae5b36415a8303b59d937
2+
refs/heads/master: f69b4417e6785efed2f4c746da77077d43b03ecf

trunk/src/comp/middle/trans.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1510,8 +1510,8 @@ impure fn trans_stmt(@block_ctxt cx, &ast.stmt s) -> result {
15101510
check (cx.fcx.lllocals.contains_key(local.id));
15111511
auto llptr = cx.fcx.lllocals.get(local.id);
15121512
sub = trans_expr(cx, e);
1513-
copy_ty(sub.bcx, true, llptr, sub.val,
1514-
typeck.expr_ty(e));
1513+
sub = copy_ty(sub.bcx, true, llptr, sub.val,
1514+
typeck.expr_ty(e));
15151515
}
15161516
case (_) { /* fall through */ }
15171517
}

0 commit comments

Comments
 (0)