]> git.lizzy.rs Git - rust.git/blob - src/test/rustdoc/thread-local-src.rs
Rollup merge of #71829 - kper:issue71136, r=matthewjasper
[rust.git] / src / test / rustdoc / thread-local-src.rs
1 #![crate_name = "foo"]
2
3 // @has foo/index.html '//a[@href="../src/foo/thread-local-src.rs.html#1-6"]' '[src]'
4
5 // @has foo/constant.FOO.html '//a/@href' 'https://doc.rust-lang.org/nightly/src/std/'
6 thread_local!(pub static FOO: bool = false);