Skip to content

Commit 9a4ea6b

Browse files
committed
---
yaml --- r: 24545 b: refs/heads/try2 c: dbbffbe h: refs/heads/master i: 24543: 8aef4d6 v: v3
1 parent 3e757c0 commit 9a4ea6b

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ refs/heads/snap-stage3: cd6f24f9d14ac90d167386a56e7a6ac1f0318195
55
refs/heads/try: ffbe0e0e00374358b789b0037bcb3a577cd218be
66
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
77
refs/heads/ndm: f3868061cd7988080c30d6d5bf352a5a5fe2460b
8-
refs/heads/try2: 277f06dbb829fdd63ee69a922a7d2a7284d38f6a
8+
refs/heads/try2: dbbffbea9a8cea54cd77b015b9af4ef5557eee9b
99
refs/heads/incoming: 05543fd04dfb3f63b453a331e239ceb1a9a219f9
1010
refs/heads/dist-snap: 2f32a1581f522e524009138b33b1c7049ced668d
1111
refs/tags/release-0.2: c870d2dffb391e14efb05aa27898f1f6333a9596

branches/try2/src/rustc/metadata/decoder.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -451,6 +451,9 @@ fn each_path(cdata: cmd, f: fn(path_entry) -> bool) {
451451

452452
// Next, go through all the paths. We will find items that we didn't know
453453
// about before (reexports in particular).
454+
//
455+
// XXX: This is broken; the paths are actually hierarchical.
456+
454457
let outer_paths = ebml::get_doc(root, tag_paths);
455458
let inner_paths = ebml::get_doc(outer_paths, tag_paths);
456459
do ebml::tagged_docs(inner_paths, tag_paths_data_item) |path_doc| {

0 commit comments

Comments
 (0)