Fix `debug!` to reflect rename of `explain_why_borrow_contains_point`.

This commit is contained in:
Felix S. Klock II 2018-09-28 11:50:26 +02:00
parent a75afd82c9
commit 74f8263032
1 changed files with 1 additions and 1 deletions

View File

@ -115,7 +115,7 @@ impl<'cx, 'gcx, 'tcx> MirBorrowckCtxt<'cx, 'gcx, 'tcx> {
kind_place: Option<(WriteKind, &Place<'tcx>)>,
) -> BorrowExplanation<'tcx> {
debug!(
"find_why_borrow_contains_point(context={:?}, borrow={:?})",
"explain_why_borrow_contains_point(context={:?}, borrow={:?})",
context, borrow,
);