Skip to content

Commit

Permalink
Fixed error message from PR review #49392
Browse files Browse the repository at this point in the history
  • Loading branch information
hrvolapeter committed Apr 2, 2018
1 parent dc41851 commit 9056c7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/librustc_mir/borrow_check/error_reporting.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 9056c7a

Please sign in to comment.