We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eed398c commit 6c6d134Copy full SHA for 6c6d134
compiler/rustc_errors/src/lib.rs
@@ -1147,14 +1147,12 @@ impl DiagCtxt {
1147
if error_codes.len() > 9 { "..." } else { "." }
1148
));
1149
inner.failure_note(format!(
1150
- "For more information about an error, try \
1151
- `rustc --explain {}`.",
+ "For more information about an error, try `rustc --explain {}`.",
1152
&error_codes[0]
1153
1154
} else {
1155
1156
- "For more information about this error, try \
1157
+ "For more information about this error, try `rustc --explain {}`.",
1158
1159
1160
}
0 commit comments