rust/tests/rustdoc-html/thread-local-src.rs
2026-01-07 14:23:30 +01:00

6 lines
249 B
Rust

#![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);