Skip to content

Commit 03f3dbe

Browse files
jldcatamorphism
authored andcommitted
---
yaml --- r: 41724 b: refs/heads/master c: cd01ecf h: refs/heads/master v: v3
1 parent a37ad8e commit 03f3dbe

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
refs/heads/master: 33414d81d10a8b35f420e4fbecbb7ee531190a2a
2+
refs/heads/master: cd01ecfe1329d90584d35d775f2a645abba61811
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
44
refs/heads/snap-stage3: 2f46b763da2c098913884f101b6d71d69af41b49
55
refs/heads/try: 3d5418789064fdb463e872a4e651af1c628a3650

trunk/src/librustc/middle/trans/callee.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -633,7 +633,7 @@ fn trans_arg_expr(bcx: block,
633633
_
634634
}) =>
635635
{
636-
let scratch_ty = expr_ty(bcx, blk);
636+
let scratch_ty = expr_ty(bcx, arg_expr);
637637
let scratch = alloc_ty(bcx, scratch_ty);
638638
let arg_ty = expr_ty(bcx, arg_expr);
639639
let proto = ty::ty_fn_proto(arg_ty);

0 commit comments

Comments
 (0)