Skip to content

Commit 703b405

Browse files
authored
Allow installing alongside existing Rust (with warning)
See #953
1 parent baf28c8 commit 703b405

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cli/self_update.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -412,7 +412,7 @@ fn do_pre_install_sanity_checks() -> Result<()> {
412412
"run `{}` as root to uninstall Rust",
413413
uninstaller_path.display()
414414
);
415-
return Err("cannot install while Rust is installed".into());
415+
// return Err("cannot install while Rust is installed".into());
416416
}
417417

418418
if rustup_sh_exists {

0 commit comments

Comments
 (0)