Logo
Explore Help
Register Sign In
rust-lang/rust
1
0
Fork 0
You've already forked rust
Code Issues Pull Requests Actions 1 Packages Projects Releases Wiki Activity
Files
db21af1a72926571427dd62b51bb1757e88ae64b
rust/tests/rustdoc/thread-local-src.rs

7 lines
249 B
Rust
Raw Normal View History

rustdoc: Don't try to load source files from external crates Local items defined in external macros shouldn't generate rendered source files and should link to the external crate's docs instead.
2020-04-05 22:37:06 +01:00
#![crate_name = "foo"]
Update `tests/rustdoc` to new test syntax
2024-06-21 14:03:08 +02:00
//@ has foo/index.html '//a[@href="../src/foo/thread-local-src.rs.html#1-6"]' 'source'
rustdoc: Don't try to load source files from external crates Local items defined in external macros shouldn't generate rendered source files and should link to the external crate's docs instead.
2020-04-05 22:37:06 +01:00
Update `tests/rustdoc` to new test syntax
2024-06-21 14:03:08 +02:00
//@ has foo/constant.FOO.html '//a[@href="../src/foo/thread-local-src.rs.html#6"]' 'source'
rustdoc: Don't try to load source files from external crates Local items defined in external macros shouldn't generate rendered source files and should link to the external crate's docs instead.
2020-04-05 22:37:06 +01:00
thread_local!(pub static FOO: bool = false);
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.24.6 Page: 988ms Template: 2ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API