Long lines
This commit is contained in:
parent
4f3cc01487
commit
1fc802233b
@ -86,7 +86,8 @@ fn maybe_instantiate_inline(ccx: @crate_ctxt, fn_id: ast::def_id,
|
||||
let self_kind = match mth.self_ty.node {
|
||||
ast::sty_static => no_self,
|
||||
_ => {
|
||||
let self_ty = ty::node_id_to_type(ccx.tcx, mth.self_id);
|
||||
let self_ty = ty::node_id_to_type(ccx.tcx,
|
||||
mth.self_id);
|
||||
debug!("calling inline trans_fn with self_ty %s",
|
||||
ty_to_str(ccx.tcx, self_ty));
|
||||
match mth.self_ty.node {
|
||||
|
Loading…
Reference in New Issue
Block a user