File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
branches/snap-stage3/src/rustc/middle/typeck/check Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 1
1
---
2
2
refs/heads/master: 2898dcc5d97da9427ac367542382b6239d9c0bbf
3
3
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4
- refs/heads/snap-stage3: 51ba3518ec6bfe6b47c72bb33fc5b55e21f5ac7c
4
+ refs/heads/snap-stage3: f54829cf13158e146114b090d40260823bf3a56a
5
5
refs/heads/try: 2898dcc5d97da9427ac367542382b6239d9c0bbf
6
6
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
Original file line number Diff line number Diff line change @@ -154,6 +154,8 @@ class lookup {
154
154
}
155
155
156
156
fn add_candidates_from_param ( n : uint , did : ast:: def_id ) {
157
+ #debug[ "candidates_from_param" ] ;
158
+
157
159
let tcx = self . tcx ( ) ;
158
160
let mut iface_bnd_idx = 0 u; // count only iface bounds
159
161
let bounds = tcx. ty_param_bounds . get ( did. node ) ;
You can’t perform that action at this time.
0 commit comments