]> git.proxmox.com Git - rustc.git/blame - src/test/rustdoc/thread-local-src.rs
Update upstream source from tag 'upstream/1.60.0+dfsg1'
[rustc.git] / src / test / rustdoc / thread-local-src.rs
CommitLineData
ba9703b0
XL
1#![crate_name = "foo"]
2
5099ac24 3// @has foo/index.html '//a[@href="../src/foo/thread-local-src.rs.html#1-6"]' 'source'
ba9703b0 4
5099ac24 5// @has foo/constant.FOO.html '//a[@href="../src/foo/thread-local-src.rs.html#6"]' 'source'
ba9703b0 6thread_local!(pub static FOO: bool = false);