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 1800c43 commit 1c7c88aCopy full SHA for 1c7c88a
src/cargo/ops/cargo_install.rs
@@ -77,7 +77,7 @@ pub fn install(root: Option<&str>,
77
match install_one(root, map, Some(krate), source_id, vers, opts, force, first) {
78
Ok(()) => succeeded.push(krate),
79
Err(e) => {
80
- opts.config.shell().error(e)?;
+ ::handle_error(e, &mut opts.config.shell());
81
failed.push(krate)
82
}
83
0 commit comments