about summary refs log tree commit diff
path: root/src/doc/rustc-dev-guide/rust-version
diff options
context:
space:
mode:
author许杰友 Jieyou Xu (Joe) <39484203+jieyouxu@users.noreply.github.com>2025-07-22 00:54:32 +0800
committerGitHub <noreply@github.com>2025-07-22 00:54:32 +0800
commit55a477efb2d46d851304893270cb3613643661fb (patch)
tree0022909c5c84a07540aeb88524a27615f1121318 /src/doc/rustc-dev-guide/rust-version
parent05f80f78179f84e14aef00ecf4a6d2384ebaaa17 (diff)
parent74ba9cbae4306acf0f4ee34abb6762e05446abc4 (diff)
downloadrust-55a477efb2d46d851304893270cb3613643661fb.tar.gz
rust-55a477efb2d46d851304893270cb3613643661fb.zip
Rollup merge of #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/rust#144237.

r? ``@RalfJung`` (or compiler)
Diffstat (limited to 'src/doc/rustc-dev-guide/rust-version')
0 files changed, 0 insertions, 0 deletions