Skip to content

Commit

Permalink
add debug log with result of writeback
Browse files Browse the repository at this point in the history
  • Loading branch information
nikomatsakis committed Nov 22, 2017
1 parent 91b7920 commit 78ccbba
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/librustc_typeck/check/writeback.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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)
}
}
Expand Down

0 comments on commit 78ccbba

Please sign in to comment.