You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Auto merge of #9225 - ehuss:fix-target-dir-env-test, r=alexcrichton
Fix `cargo_target_empty_cfg` test with env var.
The test `cargo_target_empty_cfg` does not work if the environment variable `CARGO_TARGET_DIR` is set. `Config` should not be looking at the "real" environment, but instead `self.env` which is controlled during tests.
I also did some minor style/cleanup changes.
Unblocks upstream sync.
0 commit comments