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.
rustup toolchain install
1 parent 9335c43 commit 07cb923Copy full SHA for 07cb923
src/cli/rustup_mode.rs
@@ -1013,6 +1013,7 @@ async fn update(
1013
let (toolchain, source) = cfg.ensure_active_toolchain(force_non_host, true).await?;
1014
info!("the active toolchain `{toolchain}` has been installed");
1015
info!("it's active because: {}", source.to_reason());
1016
+ exit_code &= self_update_mode.update(should_self_update, &dl_cfg).await?;
1017
} else {
1018
exit_code &= common::update_all_channels(cfg, opts.force).await?;
1019
exit_code &= self_update_mode.update(should_self_update, &dl_cfg).await?;
0 commit comments