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.
2 parents b94c524 + 8047098 commit 5fe3fc3Copy full SHA for 5fe3fc3
src/cli/self_update.rs
@@ -546,7 +546,7 @@ fn check_existence_of_rustc_or_cargo_in_path(no_prompt: bool) -> Result<()> {
546
if let Err(path) = rustc_or_cargo_exists_in_path() {
547
warn!("it looks like you have an existing installation of Rust at:");
548
warn!("{}", path);
549
- warn!("rustup should not be installed alongside Rust. Please uninstall your existing Rust first.");
+ warn!("It is recommended that rustup be the primary Rust installation.");
550
warn!("Otherwise you may have confusion unless you are careful with your PATH");
551
warn!("If you are sure that you want both rustup and your already installed Rust");
552
warn!("then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes");
0 commit comments