add debug log with result of writeback
This commit is contained in:
parent
91b7920c09
commit
78ccbba3e2
1 changed files with 2 additions and 0 deletions
|
|
@ -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)
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue