rustdoc: Add index records to the doc tree

This commit is contained in:
Brian Anderson
2012-03-01 16:33:58 -08:00
parent 5df44bd066
commit 3cd8c57a54
3 changed files with 31 additions and 4 deletions

View File

@@ -57,7 +57,8 @@ fn test_run_passes() {
name: doc.topmod.name() + "two"
with doc.topmod.item
},
items: []
items: [],
index: none
}
}
}
@@ -71,7 +72,8 @@ fn test_run_passes() {
name: doc.topmod.name() + "three"
with doc.topmod.item
},
items: []
items: [],
index: none
}
}
}