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 a37ad8e commit 03f3dbeCopy full SHA for 03f3dbe
[refs]
@@ -1,5 +1,5 @@
1
---
2
-refs/heads/master: 33414d81d10a8b35f420e4fbecbb7ee531190a2a
+refs/heads/master: cd01ecfe1329d90584d35d775f2a645abba61811
3
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4
refs/heads/snap-stage3: 2f46b763da2c098913884f101b6d71d69af41b49
5
refs/heads/try: 3d5418789064fdb463e872a4e651af1c628a3650
trunk/src/librustc/middle/trans/callee.rs
@@ -633,7 +633,7 @@ fn trans_arg_expr(bcx: block,
633
_
634
}) =>
635
{
636
- let scratch_ty = expr_ty(bcx, blk);
+ let scratch_ty = expr_ty(bcx, arg_expr);
637
let scratch = alloc_ty(bcx, scratch_ty);
638
let arg_ty = expr_ty(bcx, arg_expr);
639
let proto = ty::ty_fn_proto(arg_ty);
0 commit comments