From: bors Date: Thu, 13 Oct 2016 18:22:15 +0000 (-0700) Subject: Auto merge of #3198 - matklad:kill-command-type, r=alexcrichton X-Git-Tag: archive/raspbian/0.35.0-2+rpi1~3^2^2^2^2^2^2^2~22^2~13^2~38 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=5f2cc15de7cf51a362fb8320d8e81e6da67f1aab;p=cargo.git Auto merge of #3198 - matklad:kill-command-type, r=alexcrichton Remove CommandType struct This removes `CommandType` struct as well as `cargo_rustc::process` function. So now all process creation goes thorough methods of `Compilation`. This does change search path order from `util::dylib_path(), host_dylib_path()` to `host_dylib_path(), util::dylib_path()`, but I hope this is not a problem. This also uncovers the fact that `rustdoc` is run sometimes with and sometimes without `host_dylib_path`. Is this intentional? --- 5f2cc15de7cf51a362fb8320d8e81e6da67f1aab