From 93bb780e383ff22851ccda80f761d69314a7f1fa Mon Sep 17 00:00:00 2001 From: Esteban Küber Date: Sat, 19 Oct 2019 10:13:56 -0700 Subject: review comments and tweaks --- src/libsyntax/parse/parser/stmt.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/libsyntax/parse') diff --git a/src/libsyntax/parse/parser/stmt.rs b/src/libsyntax/parse/parser/stmt.rs index d54d9c4b8e9..ea7e4c05ea1 100644 --- a/src/libsyntax/parse/parser/stmt.rs +++ b/src/libsyntax/parse/parser/stmt.rs @@ -239,7 +239,7 @@ impl<'a> Parser<'a> { err.span_suggestion_short( colon_sp, "use `=` if you meant to assign", - "=".to_string(), + " =".to_string(), Applicability::MachineApplicable ); err.emit(); -- cgit 1.4.1-3-g733a5