Suggestion to reorder generic parameters ignores type defaults #80512
Labels
A-diagnostics
Area: Messages for errors, warnings, and lints
A-suggestion-diagnostics
Area: Suggestions generated by the compiler applied by `cargo fix`
C-enhancement
Category: An issue proposing an enhancement or a PR with one.
D-incorrect
Diagnostics: A diagnostic that is giving misleading or incorrect information.
E-easy
Call for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.
E-mentor
Call for participation: This issue has a mentor. Use #t-compiler/help on Zulip for discussion.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
results in:
when it should be:
This should be easy to fix: just replace
ident
in the following line with an appropriate format string.rust/compiler/rustc_ast_passes/src/ast_validation.rs
Line 1157 in d107a87
The text was updated successfully, but these errors were encountered: