Skip to content

Commit

Permalink
Print unwrapped path to rustc
Browse files Browse the repository at this point in the history
Signed-off-by: Xuanwo <github@xuanwo.io>
  • Loading branch information
Xuanwo committed Jan 11, 2023
1 parent c8f49a5 commit 5e0e22e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/compiler/compiler.rs
Original file line number Diff line number Diff line change
Expand Up @@ -955,8 +955,6 @@ where

match rustc_vv {
Ok(rustc_verbose_version) => {
debug!("Found rustc at path: {rustc_executable:?}");

let rustc_executable2 = rustc_executable.clone();

let proxy = RustupProxy::find_proxy_executable::<T>(
Expand Down Expand Up @@ -1008,6 +1006,8 @@ where
(None, rustc_executable2)
});

debug!("Using rustc at path: {resolved_rustc:?}");

Rust::new(
creator,
resolved_rustc,
Expand Down

0 comments on commit 5e0e22e

Please sign in to comment.