Remove incorrect space

This commit is contained in:
ashtneoi 2018-08-13 16:12:35 -07:00
parent a583aa642e
commit d6dbdee739

View File

@ -437,7 +437,7 @@ impl<'a, 'gcx, 'tcx> MirBorrowckCtxt<'a, 'gcx, 'tcx> {
if j == 0 {
err.span_label(binding_span, format!("data moved here"));
} else {
err.span_label(binding_span, format!("... and here"));
err.span_label(binding_span, format!("...and here"));
}
if binds_to.len() == 1 {