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 1c612cf commit 5383232Copy full SHA for 5383232
src/config.rs
@@ -590,8 +590,6 @@ impl Cfg {
590
// disabling this and backing out https://github.com/rust-lang/rustup/pull/2141 (but provide
591
// the base name in the error to help users)
592
let resolved_name = &ToolchainName::try_from(toolchain_name_str)?;
593
- let ts = self.list_toolchains()?;
594
- eprintln!("{resolved_name:?} {ts:?}");
595
if !self.list_toolchains()?.iter().any(|s| s == resolved_name) {
596
return Err(anyhow!(format!(
597
"target triple in channel name '{name}'"
0 commit comments