about summary refs log tree commit diff
path: root/library/alloctests/testing/mod.rs
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2025-03-08 12:30:31 +0000
committerbors <bors@rust-lang.org>2025-03-08 12:30:31 +0000
commit79b43dfde9dd1e3bed3c6ef7e9cfc708422f671f (patch)
treee24140795e20b8859c497e2557bac36c31a88c7a /library/alloctests/testing/mod.rs
parentcdd8af229960d05c8dfe5ca3e5f5e2066e676213 (diff)
parent6576d35aef7f448c4f2322ffc87375fd0ff01c48 (diff)
downloadrust-79b43dfde9dd1e3bed3c6ef7e9cfc708422f671f.tar.gz
rust-79b43dfde9dd1e3bed3c6ef7e9cfc708422f671f.zip
Auto merge of #138208 - jhpratt:rollup-hlqyu51, r=jhpratt
Rollup of 5 pull requests

Successful merges:

 - #136642 (Put the alloc unit tests in a separate alloctests package)
 - #137528 (Windows: Fix error in `fs::rename` on Windows 1607)
 - #137685 (self-contained linker: conservatively default to `-znostart-stop-gc` on x64 linux)
 - #137757 (On long spans, trim the middle of them to make them fit in the terminal width)
 - #138189 (Mention `env` and `option_env` macros in `std::env::var` docs)

r? `@ghost`
`@rustbot` modify labels: rollup
Diffstat (limited to 'library/alloctests/testing/mod.rs')
-rw-r--r--library/alloctests/testing/mod.rs3
1 files changed, 3 insertions, 0 deletions
diff --git a/library/alloctests/testing/mod.rs b/library/alloctests/testing/mod.rs
new file mode 100644
index 00000000000..c8457daf93e
--- /dev/null
+++ b/library/alloctests/testing/mod.rs
@@ -0,0 +1,3 @@
+pub(crate) mod crash_test;
+pub(crate) mod ord_chaos;
+pub(crate) mod rng;