Update formatting
This commit is contained in:
parent
5a863d594c
commit
ce9e76528a
1 changed files with 1 additions and 1 deletions
|
@ -535,7 +535,7 @@ impl<'a> Parser<'a> {
|
||||||
if let Some(sp) = this.sess.ambiguous_block_expr_parse.borrow().get(&sp) {
|
if let Some(sp) = this.sess.ambiguous_block_expr_parse.borrow().get(&sp) {
|
||||||
this.sess.expr_parentheses_needed(&mut err, *sp);
|
this.sess.expr_parentheses_needed(&mut err, *sp);
|
||||||
} else {
|
} else {
|
||||||
err.span_suggestion(
|
err.span_suggestion(
|
||||||
lo,
|
lo,
|
||||||
"try removing the `+`",
|
"try removing the `+`",
|
||||||
"".to_string(),
|
"".to_string(),
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue