mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-21 17:52:12 +03:00
Long lines
This commit is contained in:
@@ -1080,7 +1080,8 @@ fn check_call_inner(
|
||||
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));
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user