From 9056c7a8498b73844d2196e43e81120db75db789 Mon Sep 17 00:00:00 2001 From: Peter Hrvola Date: Mon, 2 Apr 2018 09:01:58 +0200 Subject: [PATCH] Fixed error message from PR review #49392 --- src/librustc_mir/borrow_check/error_reporting.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/librustc_mir/borrow_check/error_reporting.rs b/src/librustc_mir/borrow_check/error_reporting.rs index 57847697ba8e..aaed1dd871ba 100644 --- a/src/librustc_mir/borrow_check/error_reporting.rs +++ b/src/librustc_mir/borrow_check/error_reporting.rs @@ -45,7 +45,7 @@ impl<'cx, 'gcx, 'tcx> MirBorrowckCtxt<'cx, 'gcx, 'tcx> { .contains(&root_place.clone()) { debug!( - "report_use_of_moved_or_uninitialized place: {:?} errors was suppressed", + "report_use_of_moved_or_uninitialized place: error about {:?} suppressed", root_place ); return;