Tests assumes the location of build artifacts - This isn't the case if we approve the new `build-dir` layout (https://github.com/rust-lang/cargo/issues/15010) You can reproduce this by running: ```console $ cargo +nightly test -Zbuild-dir-new-layout ``` This problem was identified by the following crater run: https://github.com/rust-lang/rust/pull/149852
Tests assumes the location of build artifacts
build-dirlayout (Re-organize build-dir by package + hash, rather than artifact type rust-lang/cargo#15010)You can reproduce this by running:
$ cargo +nightly test -Zbuild-dir-new-layoutThis problem was identified by the following crater run: rust-lang/rust#149852