Sign in
fuchsia
/
third_party
/
rust
/
7e8a8c9cb152530c9833a389e7a7d79c7db693cc
/
.
/
tests
/
rustdoc
/
thread-local-src.rs
blob: 16509e8514d328d5d97729334261f8a5e28383d3 [
file
] [
log
] [
blame
]
#![
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
);