inline format!() args up to and including rustc_middle
This commit is contained in:
@@ -679,7 +679,7 @@ impl<'a> Parser<'a> {
|
||||
);
|
||||
err.span_suggestion(
|
||||
eq.to(before_next),
|
||||
format!("remove the `=` if `{}` is a type", ident),
|
||||
format!("remove the `=` if `{ident}` is a type"),
|
||||
"",
|
||||
Applicability::MaybeIncorrect,
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user