Skip to content

Commit 4038958

Browse files
committed
---
yaml --- r: 1671 b: refs/heads/master c: 8dc5059 h: refs/heads/master i: 1669: 4abf629 1667: 6c29ccc 1663: 5883874 v: v3
1 parent f59505a commit 4038958

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
---
2-
refs/heads/master: 1d8b0e8f8a6012d99dc78b0d6189a404c9bda4eb
2+
refs/heads/master: 8dc505905831a364d09270f5288781e6770b02e0

trunk/src/comp/middle/trans.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5508,8 +5508,8 @@ fn collect_items(@crate_ctxt cx, @ast.crate crate) {
55085508
let fold.ast_fold[@crate_ctxt] fld =
55095509
fold.new_identity_fold[@crate_ctxt]();
55105510

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.
55135513

55145514
auto fld1 =
55155515
@rec( update_env_for_item = bind collect_item(_,_),

0 commit comments

Comments
 (0)