rust/tests/ui/feature-gates/feature-gate-doc_cfg.rs

3 lines
72 B
Rust

#[doc(cfg(unix))] //~ ERROR: `#[doc(cfg)]` is experimental
fn main() {}