Skip to content

Commit 60d1a2d

Browse files
authored
Rollup merge of rust-lang#144246 - jieyouxu:no-dual-test, r=lqd,RalfJung
Don't use another main test file as auxiliary In this case, the exact extern crate isn't very important, it just needs to not be another main test file. This is part of the changes needed to address the spurious failures from a main test `../removing-extern-crate.rs` being both an auxiliary and a main test file, causing fs races due to multiple `rustc` processes in multiple test threads trying to build the main test file both as a main test and also as an auxiliary at around the same time. Part 1 of rust-lang#144237. r? ``@RalfJung`` (or compiler)
2 parents 293de03 + c9aee95 commit 60d1a2d

File tree

0 file changed

+0
-0
lines changed

    0 file changed

    +0
    -0
    lines changed

    0 commit comments

    Comments
     (0)