Skip to content

Commit 2d65d05

Browse files
committed
---
yaml --- r: 15592 b: refs/heads/try c: 14d0509 h: refs/heads/master v: v3
1 parent 5b5ad53 commit 2d65d05

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
refs/heads/master: 61b1875c16de39c166b0f4d54bba19f9c6777d1a
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
44
refs/heads/snap-stage3: 4a81779abd786ff22d71434c6d9a5917ea4cdfff
5-
refs/heads/try: 355422ddbd3fb9c44374059696f8111f9501ba10
5+
refs/heads/try: 14d050969131b14dbf625865fb061e3fb7072a18
66
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105

branches/try/src/rustc/metadata/astencode.rs

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,13 @@ fn decode_inlined_item(cdata: cstore::crate_metadata,
101101
decode_side_tables(xcx, ast_doc);
102102
#debug["< Decoded inlined fn: %s::%s",
103103
ast_map::path_to_str(path), ii.ident()];
104+
alt ii {
105+
ast::ii_item(i) {
106+
#debug(">>> DECODED ITEM >>>\n%s\n<<< DECODED ITEM <<<",
107+
rustsyntax::print::pprust::item_to_str(i));
108+
}
109+
_ { }
110+
}
104111
some(ii)
105112
}
106113
}

0 commit comments

Comments
 (0)