Skip to content

Commit 74f8263

Browse files
committed
Fix debug! to reflect rename of explain_why_borrow_contains_point.
1 parent a75afd8 commit 74f8263

File tree

1 file changed

+1
-1
lines changed
  • src/librustc_mir/borrow_check/nll/explain_borrow

1 file changed

+1
-1
lines changed

src/librustc_mir/borrow_check/nll/explain_borrow/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ impl<'cx, 'gcx, 'tcx> MirBorrowckCtxt<'cx, 'gcx, 'tcx> {
115115
kind_place: Option<(WriteKind, &Place<'tcx>)>,
116116
) -> BorrowExplanation<'tcx> {
117117
debug!(
118-
"find_why_borrow_contains_point(context={:?}, borrow={:?})",
118+
"explain_why_borrow_contains_point(context={:?}, borrow={:?})",
119119
context, borrow,
120120
);
121121

0 commit comments

Comments
 (0)