Skip to content

Commit 493e9ca

Browse files
committed
---
yaml --- r: 7230 b: refs/heads/master c: bdf3a6b h: refs/heads/master v: v3
1 parent 1efc198 commit 493e9ca

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
@@ -1,2 +1,2 @@
11
---
2-
refs/heads/master: e66c036c9f7f6e88e6eda5ddd726d488b180e346
2+
refs/heads/master: bdf3a6ba8828b479bb5379970668706cfc6e7769

trunk/src/comp/middle/debuginfo.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -727,6 +727,9 @@ fn create_function(fcx: @fn_ctxt) -> @metadata<subprogram_md> {
727727
}
728728
}
729729
}
730+
ast_map::node_method(method) {
731+
(method.ident, method.decl.output, method.id)
732+
}
730733
ast_map::node_res_ctor(item) {
731734
alt item.node { ast::item_res(decl, _, _, _, ctor_id) {
732735
(item.ident, decl.output, ctor_id)

0 commit comments

Comments
 (0)