Files
rust/tests/rustdoc-ui/lints/doc_cfg_hide.rs

5 lines
146 B
Rust
Raw Permalink Normal View History

#![feature(doc_cfg)]
2025-03-29 00:54:22 +01:00
#![doc(auto_cfg(hide = "test"))] //~ ERROR
#![doc(auto_cfg(hide))] //~ ERROR
#![doc(auto_cfg(hide(not(windows))))] //~ ERROR