File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
---
2
- refs/heads/master: 1d8b0e8f8a6012d99dc78b0d6189a404c9bda4eb
2
+ refs/heads/master: 8dc505905831a364d09270f5288781e6770b02e0
Original file line number Diff line number Diff line change @@ -5508,8 +5508,8 @@ fn collect_items(@crate_ctxt cx, @ast.crate crate) {
5508
5508
let fold. ast_fold[ @crate_ctxt] fld =
5509
5509
fold. new_identity_fold[ @crate_ctxt] ( ) ;
5510
5510
5511
- // FIXME: if ty_tag had a pointer directly to the definition instead
5512
- // of a def_id, we wouldn't need the second pass .
5511
+ // FIXME: It might be better to use a worklist for this. An item
5512
+ // would be added to it if it depends on a not yet seen tag for example .
5513
5513
5514
5514
auto fld1 =
5515
5515
@rec( update_env_for_item = bind collect_item( _, _) ,
You can’t perform that action at this time.
0 commit comments