File tree Expand file tree Collapse file tree 1 file changed +0
-7
lines changed
crates/cargo-test-macro/src Expand file tree Collapse file tree 1 file changed +0
-7
lines changed Original file line number Diff line number Diff line change @@ -312,13 +312,6 @@ fn has_rustup_stable() -> bool {
312312 // This cannot run on rust-lang/rust CI due to the lack of rustup.
313313 return false ;
314314 }
315- if cfg ! ( windows) && !is_ci ( ) && option_env ! ( "RUSTUP_WINDOWS_PATH_ADD_BIN" ) . is_none ( ) {
316- // There is an issue with rustup that doesn't allow recursive cargo
317- // invocations. Disable this on developer machines if the environment
318- // variable is not enabled. This can be removed once
319- // https://github.com/rust-lang/rustup/issues/3036 is resolved.
320- return false ;
321- }
322315 // Cargo mucks with PATH on Windows, adding sysroot host libdir, which is
323316 // "bin", which circumvents the rustup wrapper. Use the path directly from
324317 // CARGO_HOME.
You can’t perform that action at this time.
0 commit comments