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 8227356 commit 39f2eb6Copy full SHA for 39f2eb6
src/toolchains.rs
@@ -131,7 +131,7 @@ impl Toolchain {
131
client: &Client,
132
dl_params: &DownloadParams,
133
) -> Result<(), InstallError> {
134
- debug!("installing {}", self);
+ eprintln!("installing {}", self);
135
let tmpdir = TempDir::new_in(&dl_params.tmp_dir, &self.rustup_name())
136
.map_err(InstallError::TempDir)?;
137
let dest = dl_params.install_dir.join(self.rustup_name());
0 commit comments