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 bd12fa3 commit acfd195Copy full SHA for acfd195
compiler/rustc_errors/src/lib.rs
@@ -1160,14 +1160,12 @@ impl DiagCtxt {
1160
if error_codes.len() > 9 { "..." } else { "." }
1161
));
1162
inner.failure_note(format!(
1163
- "For more information about an error, try \
1164
- `rustc --explain {}`.",
+ "For more information about an error, try `rustc --explain {}`.",
1165
&error_codes[0]
1166
1167
} else {
1168
1169
- "For more information about this error, try \
1170
+ "For more information about this error, try `rustc --explain {}`.",
1171
1172
1173
}
0 commit comments