2020-04-05 22:37:06 +01:00
|
|
|
#![crate_name = "foo"]
|
|
|
|
|
|
|
|
// @has foo/index.html '//a[@href="../src/foo/thread-local-src.rs.html#1-6"]' '[src]'
|
|
|
|
|
2020-11-09 19:58:19 +01:00
|
|
|
// @has foo/constant.FOO.html '//a[@href="../src/foo/thread-local-src.rs.html#6"]' '[src]'
|
2020-04-05 22:37:06 +01:00
|
|
|
thread_local!(pub static FOO: bool = false);
|