rust/library/std/tests/thread_local/lib.rs

7 lines
132 B
Rust
Raw Normal View History

2025-03-02 19:51:23 +00:00
#![feature(cfg_target_thread_local)]
#[cfg(not(any(target_os = "emscripten", target_os = "wasi")))]
mod tests;
mod dynamic_tests;