File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed
branches/try/src/comp/metadata Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 2
2
refs/heads/master: 61b1875c16de39c166b0f4d54bba19f9c6777d1a
3
3
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4
4
refs/heads/snap-stage3: 4a81779abd786ff22d71434c6d9a5917ea4cdfff
5
- refs/heads/try: e65c39c100e41eea2a1f7da162a904cdfb5cb842
5
+ refs/heads/try: aa77cf3472a52f75b100fc1a62eb2b908526ebdc
6
6
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
Original file line number Diff line number Diff line change @@ -185,7 +185,7 @@ fn visit_ids(item: @ast::item, vfn: fn@(ast::node_id)) {
185
185
vfn ( id) ;
186
186
} ,
187
187
188
- visit_fn : fn @( fk: visit:: fn_kind, _d : ast:: fn_decl,
188
+ visit_fn : fn @( fk: visit:: fn_kind, d : ast:: fn_decl,
189
189
_b: ast:: blk, _sp: span, id: ast:: node_id) {
190
190
vfn ( id) ;
191
191
@@ -199,6 +199,10 @@ fn visit_ids(item: @ast::item, vfn: fn@(ast::node_id)) {
199
199
visit:: fk_fn_block {
200
200
}
201
201
}
202
+
203
+ vec:: iter ( d. inputs ) { |arg|
204
+ vfn ( arg. id )
205
+ }
202
206
} ,
203
207
204
208
visit_class_item : fn @( _s: span, _p: ast:: privacy,
You can’t perform that action at this time.
0 commit comments