We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 91b7920 commit 78ccbbaCopy full SHA for 78ccbba
src/librustc_typeck/check/writeback.rs
@@ -55,6 +55,8 @@ impl<'a, 'gcx, 'tcx> FnCtxt<'a, 'gcx, 'tcx> {
55
56
wbcx.tables.tainted_by_errors = self.is_tainted_by_errors();
57
58
+ debug!("writeback: tables for {:?} are {:#?}", item_def_id, wbcx.tables);
59
+
60
self.tcx.alloc_tables(wbcx.tables)
61
}
62
0 commit comments