Sign in
rust
/
rust
/
d7a18fc052d1db50057d6fff023ca4bd8ec7617e
/
.
/
library
/
std
/
tests
/
thread_local
/
lib.rs
blob: 26af5f1eb0a9d8bee9dffd03c2e29b1073437bc7 [
file
] [
log
] [
blame
]
#![
feature
(
cfg_target_thread_local
)]
#[
cfg
(
not
(
any
(
target_os
=
"emscripten"
,
target_os
=
"wasi"
)))]
mod
tests
;
mod
dynamic_tests
;