From: ashtneoi Date: Mon, 13 Aug 2018 23:12:35 +0000 (-0700) Subject: Remove incorrect space X-Git-Url: https://git.lizzy.rs/?a=commitdiff_plain;h=d6dbdee7398480e13bf38b1eb259c78202f7d07e;p=rust.git Remove incorrect space --- diff --git a/src/librustc_mir/borrow_check/move_errors.rs b/src/librustc_mir/borrow_check/move_errors.rs index 2dcdf1d9e45..5112ae9e8d2 100644 --- a/src/librustc_mir/borrow_check/move_errors.rs +++ b/src/librustc_mir/borrow_check/move_errors.rs @@ -437,7 +437,7 @@ fn add_move_error_labels( 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 {