Long lines
This commit is contained in:
parent
f14240b1c8
commit
234df9cae0
1 changed files with 2 additions and 1 deletions
|
|
@ -1080,7 +1080,8 @@ fn check_expr_with_unifier(fcx: @fn_ctxt,
|
|||
DontDerefArgs => {}
|
||||
}
|
||||
|
||||
bot |= check_expr_with_assignability(fcx, *arg, formal_ty);
|
||||
bot |= check_expr_with_assignability(fcx,
|
||||
*arg, formal_ty);
|
||||
fcx.write_ty(arg.id, fcx.expr_ty(*arg));
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue