mirror of
https://github.com/rust-lang/rust.git
synced 2025-06-22 20:47:48 +00:00
7 lines
132 B
Rust
7 lines
132 B
Rust
#![feature(cfg_target_thread_local)]
|
|
|
|
#[cfg(not(any(target_os = "emscripten", target_os = "wasi")))]
|
|
mod tests;
|
|
|
|
mod dynamic_tests;
|