]> git.proxmox.com Git - cargo.git/commitdiff
Auto merge of #4816 - alexcrichton:fix-workspace-is-home, r=matklad
authorbors <bors@rust-lang.org>
Wed, 13 Dec 2017 21:22:53 +0000 (21:22 +0000)
committerbors <bors@rust-lang.org>
Wed, 13 Dec 2017 21:22:53 +0000 (21:22 +0000)
Defer bailing out workspace root probing

This commit alters the logic to bail out on probing for `CARGO_HOME` to
do it a little later rather than early on in the loop iteration, notably
allowing members to reside in `CARGO_HOME` itself.

Closes #4815


Trivial merge