One more place where for loops and their bodies need to be unconfused.
This commit is contained in:
parent
33414d81d1
commit
cd01ecfe13
1 changed files with 1 additions and 1 deletions
|
|
@ -633,7 +633,7 @@ fn trans_arg_expr(bcx: block,
|
|||
_
|
||||
}) =>
|
||||
{
|
||||
let scratch_ty = expr_ty(bcx, blk);
|
||||
let scratch_ty = expr_ty(bcx, arg_expr);
|
||||
let scratch = alloc_ty(bcx, scratch_ty);
|
||||
let arg_ty = expr_ty(bcx, arg_expr);
|
||||
let proto = ty::ty_fn_proto(arg_ty);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue