This website requires JavaScript.
Explore
Help
Register
Sign In
rust-lang
/
rust
Watch
1
Star
0
Fork
0
You've already forked rust
Code
Issues
Pull Requests
Actions
1
Packages
Projects
Releases
Wiki
Activity
Files
2d82c99f1e4a4e50b47f75d767b0d1d957357c1a
rust
/
tests
/
rustdoc-ui
/
lints
/
doc_cfg_hide.rs
3 lines
77 B
Rust
Raw
Normal View
History
Unescape
Escape
Update rustdoc tests
2025-03-29 00:54:22 +01:00
#![
doc(auto_cfg(hide =
"
test
"
))
]
//~ ERROR
#![
doc(auto_cfg(hide))
]
//~ ERROR
Reference in New Issue
Copy Permalink