Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
rustdoc
/
thread-local-src.rs
blob: b23a9a48654f649155ce73fc3109a03cf8f79781 [
file
] [
log
] [
blame
] [
edit
]
#![
crate_name
=
"foo"
]
//@ has foo/index.html '//a[@href="../src/foo/thread-local-src.rs.html#1-6"]' 'source'
//@ has foo/constant.FOO.html '//a[@href="../src/foo/thread-local-src.rs.html#6"]' 'source'
thread_local
!(
pub
static
FOO
:
bool
=
false
);