]> git.lizzy.rs Git - rust.git/blob - tests/rustdoc/thread-local-src.rs
Fix problem noticed in PR106859 with char -> u8 suggestion
[rust.git] / tests / 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"]' 'source'
4
5 // @has foo/constant.FOO.html '//a[@href="../src/foo/thread-local-src.rs.html#6"]' 'source'
6 thread_local!(pub static FOO: bool = false);