Skip to content

Commit 8d1f4ad

Browse files
Revert "Fixes issue rust-lang#10834"
This reverts commit 09f3293.
1 parent 09f3293 commit 8d1f4ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cargo/core/compiler/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -413,7 +413,7 @@ fn rustc(cx: &mut Context<'_, '_>, unit: &Unit, exec: &Arc<dyn Executor>) -> Car
413413
1 => " due to previous error".to_string(),
414414
count => format!(" due to {} previous errors", count),
415415
};
416-
format!("could not compile `{}` ({}) {}{}", name,target.description_named(), errors, warnings)
416+
format!("could not compile `{}`{}{}", name, errors, warnings)
417417
});
418418

419419
if let Err(e) = result {

0 commit comments

Comments
 (0)