about summary refs log tree commit diff
path: root/src/test/rustdoc/thread-local-src.rs
blob: 022d81a4dbfca295d9cde463cfc59000dbaf398c (plain)
1
2
3
4
5
6
#![crate_name = "foo"]

// @has foo/index.html '//a[@href="../src/foo/thread-local-src.rs.html#1-6"]' '[src]'

// @has foo/constant.FOO.html '//a/@href' 'https://doc.rust-lang.org/nightly/src/std/'
thread_local!(pub static FOO: bool = false);