Skip to content

Commit 9056c7a

Browse files
committed
Fixed error message from PR review #49392
1 parent dc41851 commit 9056c7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/librustc_mir/borrow_check/error_reporting.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ impl<'cx, 'gcx, 'tcx> MirBorrowckCtxt<'cx, 'gcx, 'tcx> {
4545
.contains(&root_place.clone())
4646
{
4747
debug!(
48-
"report_use_of_moved_or_uninitialized place: {:?} errors was suppressed",
48+
"report_use_of_moved_or_uninitialized place: error about {:?} suppressed",
4949
root_place
5050
);
5151
return;

0 commit comments

Comments
 (0)