We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 277f06d commit dbbffbeCopy full SHA for dbbffbe
src/rustc/metadata/decoder.rs
@@ -451,6 +451,9 @@ fn each_path(cdata: cmd, f: fn(path_entry) -> bool) {
451
452
// Next, go through all the paths. We will find items that we didn't know
453
// about before (reexports in particular).
454
+ //
455
+ // XXX: This is broken; the paths are actually hierarchical.
456
+
457
let outer_paths = ebml::get_doc(root, tag_paths);
458
let inner_paths = ebml::get_doc(outer_paths, tag_paths);
459
do ebml::tagged_docs(inner_paths, tag_paths_data_item) |path_doc| {
0 commit comments