]> git.proxmox.com Git - cargo.git/commit
Auto merge of #3399 - alexcrichton:fix-nightly, r=alexcrichton
authorbors <bors@rust-lang.org>
Wed, 14 Dec 2016 02:30:46 +0000 (02:30 +0000)
committerbors <bors@rust-lang.org>
Wed, 14 Dec 2016 02:30:46 +0000 (02:30 +0000)
commite6e99084106f00e2819d4ebdcfe4503e8242407d
treec2013935d7a881146f46b8ad6f4e6ecb71e6ee96
parent5e4a4e0f39f0dfac797f0273023dc51e2548b12d
parentb000ac67e10effee1923c11cc6f375ed8f3c75e2
Auto merge of #3399 - alexcrichton:fix-nightly, r=alexcrichton

Fix compatibility with Rust nightly

These two tests actually shouldn't have ever passed, but nightly Rust is more
principled about "$OUT_DIR" and doesn't leak it where possible, so these two
tests were accidentally compiling due to leaking '$OUT_DIR' for Cargo itself.