rust/library/std/tests/thread_local/lib.rs
2025-03-18 20:31:52 +02:00

6 lines
132 B
Rust

#![feature(cfg_target_thread_local)]
#[cfg(not(any(target_os = "emscripten", target_os = "wasi")))]
mod tests;
mod dynamic_tests;