We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc41851 commit 9056c7aCopy full SHA for 9056c7a
src/librustc_mir/borrow_check/error_reporting.rs
@@ -45,7 +45,7 @@ impl<'cx, 'gcx, 'tcx> MirBorrowckCtxt<'cx, 'gcx, 'tcx> {
45
.contains(&root_place.clone())
46
{
47
debug!(
48
- "report_use_of_moved_or_uninitialized place: {:?} errors was suppressed",
+ "report_use_of_moved_or_uninitialized place: error about {:?} suppressed",
49
root_place
50
);
51
return;
0 commit comments