We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
&str
String
1 parent 1886aef commit 5a848c7Copy full SHA for 5a848c7
1 file changed
src/tools/rust-analyzer/bench_data/glorious_old_parser
@@ -1988,7 +1988,7 @@ impl<'a> Parser<'a> {
1988
err.span_suggestion(
1989
span,
1990
"declare the type after the parameter binding",
1991
- String::from("<identifier>: <type>"),
+ "<identifier>: <type>",
1992
Applicability::HasPlaceholders,
1993
);
1994
} else if require_name && is_trait_item {
0 commit comments