Skip to content

Commit 78ccbba

Browse files
committed
add debug log with result of writeback
1 parent 91b7920 commit 78ccbba

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/librustc_typeck/check/writeback.rs

+2
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,8 @@ impl<'a, 'gcx, 'tcx> FnCtxt<'a, 'gcx, 'tcx> {
5555

5656
wbcx.tables.tainted_by_errors = self.is_tainted_by_errors();
5757

58+
debug!("writeback: tables for {:?} are {:#?}", item_def_id, wbcx.tables);
59+
5860
self.tcx.alloc_tables(wbcx.tables)
5961
}
6062
}

0 commit comments

Comments
 (0)