Sign in
rust
/
rust
/
8eb7c58dbb7b32701af113bc58722d0d1fefb1eb
/
.
/
src
/
libstd
/
sys
/
windows
/
fast_thread_local.rs
blob: 191fa07f32a5543cf2fbcde89d0503683107c948 [
file
]
#![
unstable
(
feature
=
"thread_local_internals"
,
issue
=
"none"
)]
#![
cfg
(
target_thread_local
)]
pub
use
crate
::
sys_common
::
thread_local
::
register_dtor_fallback
as
register_dtor
;