File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed
branches/try/src/rustc/metadata Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change 2
2
refs/heads/master: 61b1875c16de39c166b0f4d54bba19f9c6777d1a
3
3
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4
4
refs/heads/snap-stage3: 4a81779abd786ff22d71434c6d9a5917ea4cdfff
5
- refs/heads/try: 355422ddbd3fb9c44374059696f8111f9501ba10
5
+ refs/heads/try: 14d050969131b14dbf625865fb061e3fb7072a18
6
6
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
Original file line number Diff line number Diff line change @@ -101,6 +101,13 @@ fn decode_inlined_item(cdata: cstore::crate_metadata,
101
101
decode_side_tables ( xcx, ast_doc) ;
102
102
#debug[ "< Decoded inlined fn: %s::%s" ,
103
103
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
+ }
104
111
some ( ii)
105
112
}
106
113
}
You can’t perform that action at this time.
0 commit comments