Add some missing spaces.
This commit is contained in:
parent
6d060bd49a
commit
531b7f2e27
1 changed files with 1 additions and 1 deletions
|
@ -3183,7 +3183,7 @@ impl<'a> Parser<'a> {
|
|||
let mut err = self.sess.span_diagnostic
|
||||
.struct_span_err(in_span, "missing `in` in `for` loop");
|
||||
err.span_label(in_span, "expected `in` here");
|
||||
err.span_suggestion_short(in_span, "try adding `in` here", "in".into());
|
||||
err.span_suggestion_short(in_span, "try adding `in` here", " in ".into());
|
||||
Err(err)
|
||||
}
|
||||
Err(mut expr_err) => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue