Skip to content

Commit 1fe4d84

Browse files
committed
Auto merge of #100708 - matthiaskrgr:rollup-vl0olnj, r=matthiaskrgr
Rollup of 9 pull requests Successful merges: - #97962 (Make must_not_suspend lint see through references when drop tracking is enabled) - #99966 (avoid assertion failures in try_to_scalar_int) - #100637 (Improving Fuchsia rustc support documentation) - #100643 (Point at a type parameter shadowing another type) - #100651 (Migrations for rustc_expand transcribe.rs) - #100669 (Attribute cleanups) - #100670 (Fix documentation of rustc_parse::parser::Parser::parse_stmt_without_recovery) - #100674 (Migrate lint reports in typeck::check_unused to LintDiagnostic) - #100688 (`ty::Error` does not match other types for region constraints) Failed merges: r? `@ghost` `@rustbot` modify labels: rollup
2 parents 4b0c969 + 7496627 commit 1fe4d84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bench_data/glorious_old_parser

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1988,7 +1988,7 @@ impl<'a> Parser<'a> {
19881988
err.span_suggestion(
19891989
span,
19901990
"declare the type after the parameter binding",
1991-
String::from("<identifier>: <type>"),
1991+
"<identifier>: <type>",
19921992
Applicability::HasPlaceholders,
19931993
);
19941994
} else if require_name && is_trait_item {

0 commit comments

Comments
 (0)