add debug log with result of writeback

This commit is contained in:
Niko Matsakis 2017-11-22 10:08:00 -05:00
parent 91b7920c09
commit 78ccbba3e2

View File

@ -55,6 +55,8 @@ impl<'a, 'gcx, 'tcx> FnCtxt<'a, 'gcx, 'tcx> {
wbcx.tables.tainted_by_errors = self.is_tainted_by_errors();
debug!("writeback: tables for {:?} are {:#?}", item_def_id, wbcx.tables);
self.tcx.alloc_tables(wbcx.tables)
}
}