Skip to content

Commit f54829c

Browse files
committed
Move vector addition out of trans and into libcore.
1 parent 51ba351 commit f54829c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/rustc/middle/typeck/check/method.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,8 @@ class lookup {
154154
}
155155

156156
fn add_candidates_from_param(n: uint, did: ast::def_id) {
157+
#debug["candidates_from_param"];
158+
157159
let tcx = self.tcx();
158160
let mut iface_bnd_idx = 0u; // count only iface bounds
159161
let bounds = tcx.ty_param_bounds.get(did.node);

0 commit comments

Comments
 (0)