Long lines
This commit is contained in:
parent
4f3cc01487
commit
1fc802233b
1 changed files with 2 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue