]> git.proxmox.com Git - cargo.git/commit
Auto merge of #9814 - ehuss:move-tmp, r=alexcrichton
authorbors <bors@rust-lang.org>
Fri, 20 Aug 2021 22:23:14 +0000 (22:23 +0000)
committerbors <bors@rust-lang.org>
Fri, 20 Aug 2021 22:23:14 +0000 (22:23 +0000)
commit216f915c46b8ada2323423d049314ba18247ef95
tree94a1e82684f00ff226df6574246867eb1db8656c
parent2733a6a6b6fd7e4e7756e96bf4220644a15f040b
parent4e7fe836d592261c26d94bc49990a99a0db37433
Auto merge of #9814 - ehuss:move-tmp, r=alexcrichton

Move `tmp` test directory.

The `tmp` directory added in #9375 was placed within the profile directory (such as `target/debug/tmp` or `target/release/tmp`).  This causes problems for any cargo target (binary, test, etc.) with the name `tmp` as there is a name collision.  This PR attempts to address that by moving the `tmp` directory to the root of the target directory (`target/tmp`), and reserving the profile name "tmp".

Fixes #9783
tests/testsuite/build.rs