Files
rust/tests/rustdoc-ui/lints/doc_cfg_hide.rs
2025-09-27 11:29:49 +02:00

5 lines
146 B
Rust

#![feature(doc_cfg)]
#![doc(auto_cfg(hide = "test"))] //~ ERROR
#![doc(auto_cfg(hide))] //~ ERROR
#![doc(auto_cfg(hide(not(windows))))] //~ ERROR