mirror of
https://github.com/rust-lang/rust.git
synced 2025-04-28 02:57:37 +00:00

For the tests that make use of internal implementation details, we include the module to test using #[path] in alloctests now.
4 lines
73 B
Rust
4 lines
73 B
Rust
pub(crate) mod crash_test;
|
|
pub(crate) mod ord_chaos;
|
|
pub(crate) mod rng;
|