rust/tests/ui/feature-gates/feature-gate-doc_cfg.rs
2023-01-11 09:32:08 +00:00

3 lines
72 B
Rust

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