correct long line
This commit is contained in:
parent
7a336f1e7c
commit
91cd57e872
1 changed files with 2 additions and 2 deletions
|
|
@ -113,8 +113,8 @@ fn trans_param_callee(bcx: @block_ctxt, fld_expr: @ast::expr,
|
|||
}
|
||||
|
||||
// Method callee where the dict comes from a boxed iface
|
||||
fn trans_iface_callee(bcx: @block_ctxt, fld_expr: @ast::expr, base: @ast::expr,
|
||||
n_method: uint)
|
||||
fn trans_iface_callee(bcx: @block_ctxt, fld_expr: @ast::expr,
|
||||
base: @ast::expr, n_method: uint)
|
||||
-> lval_maybe_callee {
|
||||
let tcx = bcx_tcx(bcx);
|
||||
let {bcx, val} = trans_temp_expr(bcx, base);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue