Skip to content

Commit a9d2d32

Browse files
committed
---
yaml --- r: 10646 b: refs/heads/snap-stage3 c: f54829c h: refs/heads/master v: v3
1 parent 27ef349 commit a9d2d32

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
refs/heads/master: 2898dcc5d97da9427ac367542382b6239d9c0bbf
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4-
refs/heads/snap-stage3: 51ba3518ec6bfe6b47c72bb33fc5b55e21f5ac7c
4+
refs/heads/snap-stage3: f54829cf13158e146114b090d40260823bf3a56a
55
refs/heads/try: 2898dcc5d97da9427ac367542382b6239d9c0bbf
66
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105

branches/snap-stage3/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)