1
Fork 0

rustc: Parse, serialize, and deserialize trait inheritance

This commit is contained in:
Patrick Walton 2012-08-03 15:02:01 -07:00
parent a805a1fb37
commit b65dd9d090
13 changed files with 69 additions and 21 deletions

View file

@ -84,7 +84,7 @@ fn moddoc_from_mod(
enumdoc_from_enum(itemdoc, variants)
))
}
ast::item_trait(_, methods) {
ast::item_trait(_, _, methods) {
some(doc::traittag(
traitdoc_from_trait(itemdoc, methods)
))