Undo over-enthusiastic obj system removal in debuginfo.

This commit is contained in:
Josh Matthews 2012-01-13 17:28:06 -05:00
parent e66c036c9f
commit bdf3a6ba88
1 changed files with 3 additions and 0 deletions

View File

@ -727,6 +727,9 @@ fn create_function(fcx: @fn_ctxt) -> @metadata<subprogram_md> {
}
}
}
ast_map::node_method(method) {
(method.ident, method.decl.output, method.id)
}
ast_map::node_res_ctor(item) {
alt item.node { ast::item_res(decl, _, _, _, ctor_id) {
(item.ident, decl.output, ctor_id)