Skip to content

Commit 6350521

Browse files
committed
---
yaml --- r: 37333 b: refs/heads/try c: 5a86f5d h: refs/heads/master i: 37331: cdfe90d v: v3
1 parent 74af0b9 commit 6350521

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
refs/heads/master: 09bb07bed9166105ea961a42b5fff7739ae0d2e9
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
44
refs/heads/snap-stage3: eb8fd119c65c67f3b1b8268cc7341c22d39b7b61
5-
refs/heads/try: 5fc4e51ab77ad0fce9c16c7bbc06c5f68008c52b
5+
refs/heads/try: 5a86f5d084b7580ec6c94c2be213d660d0ce0f67
66
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
77
refs/heads/ndm: f3868061cd7988080c30d6d5bf352a5a5fe2460b
88
refs/heads/try2: a810c03263670238bccd64cabb12a23a46e3a278

branches/try/src/rustc/middle/trans/meth.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ fn trans_method_callee(bcx: block, callee_id: ast::node_id,
155155
// Get the ID of the impl we're inside.
156156
let impl_def_id = bcx.fcx.impl_id.get();
157157

158-
io::println(fmt!("impl_def_id is %?", impl_def_id));
158+
debug!("impl_def_id is %?", impl_def_id);
159159

160160
// Get the ID of the method we're calling.
161161
let method_name =

branches/try/src/rustc/middle/trans/monomorphize.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ fn monomorphic_fn(ccx: @crate_ctxt,
203203
ast_map::node_trait_method(@ast::provided(mth), _, pt) => {
204204
let d = mk_lldecl();
205205
set_inline_hint_if_appr(mth.attrs, d);
206-
io::println(fmt!("monomorphic_fn impl_did_opt is %?", impl_did_opt));
206+
debug!("monomorphic_fn impl_did_opt is %?", impl_did_opt);
207207
meth::trans_method(ccx, *pt, mth, psubsts, None, d,
208208
impl_did_opt.get());
209209
d

0 commit comments

Comments
 (0)