mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-29 11:51:31 +03:00
ae5687e4b0
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;
|