about summary refs log tree commit diff
path: root/library/windows_targets
diff options
context:
space:
mode:
authorMatthias Krüger <476013+matthiaskrgr@users.noreply.github.com>2025-07-28 08:36:53 +0200
committerGitHub <noreply@github.com>2025-07-28 08:36:53 +0200
commit21120e297c3d2db6a1f28e1a8798777a52f4fee2 (patch)
tree0c9bdf31d1ea017da7461e1074bd0cfd1c37c286 /library/windows_targets
parent1ae23d0547a76ee8c63e655f1ab7605dd8e26ba9 (diff)
parentb481c5b8ba322612fb3bc167e323f7a548a2390c (diff)
downloadrust-21120e297c3d2db6a1f28e1a8798777a52f4fee2.tar.gz
rust-21120e297c3d2db6a1f28e1a8798777a52f4fee2.zip
Rollup merge of #144399 - bjorn3:stdlib_tests_separate_packages, r=Mark-Simulacrum
Add a ratchet for moving all standard library tests to separate packages

https://github.com/rust-lang/rust/pull/136642 is the previous PR in this series. See https://github.com/rust-lang/rust/pull/135937 for the rationale of wanting to move all standard library tests to separate packages.

This also fixes std_detect testing on riscv.
Diffstat (limited to 'library/windows_targets')
-rw-r--r--library/windows_targets/Cargo.toml5
1 files changed, 5 insertions, 0 deletions
diff --git a/library/windows_targets/Cargo.toml b/library/windows_targets/Cargo.toml
index 705c9e04381..1c804a0ab39 100644
--- a/library/windows_targets/Cargo.toml
+++ b/library/windows_targets/Cargo.toml
@@ -4,6 +4,11 @@ description = "A drop-in replacement for the real windows-targets crate for use
 version = "0.0.0"
 edition = "2024"
 
+[lib]
+test = false
+bench = false
+doc = false
+
 [features]
 # Enable using raw-dylib for Windows imports.
 # This will eventually be the default.