From 1fe9366028585c82d55a983ac3044d4abc119a6e Mon Sep 17 00:00:00 2001 From: rami3l Date: Sun, 29 Dec 2024 10:21:19 +0800 Subject: [PATCH] feat(cli): show the toolchain path with `rustup show active-toolchain --verbose` --- src/cli/rustup_mode.rs | 5 +++-- tests/suite/cli_rustup.rs | 8 +++++++- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/src/cli/rustup_mode.rs b/src/cli/rustup_mode.rs index 2a4152ccd0..b7e450cf1f 100644 --- a/src/cli/rustup_mode.rs +++ b/src/cli/rustup_mode.rs @@ -1092,8 +1092,9 @@ fn show_active_toolchain(cfg: &Cfg<'_>, verbose: bool) -> Result