Skip to content

Commit 820c265

Browse files
committed
add useful debug log
1 parent 061c9a2 commit 820c265

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/librustc_mir/borrow_check/nll/type_check/constraint_conversion.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,7 @@ impl<'a, 'gcx, 'tcx> ConstraintConversion<'a, 'gcx, 'tcx> {
142142
}
143143

144144
fn add_type_test(&mut self, type_test: TypeTest<'tcx>) {
145+
debug!("add_type_test(type_test={:?})", type_test);
145146
self.type_tests.push(type_test);
146147
}
147148
}

0 commit comments

Comments
 (0)