rust/tests/ui/feature-gates/feature-gate-check-cfg.rs
2024-02-16 20:02:50 +00:00

4 lines
53 B
Rust

//@ compile-flags: --check-cfg "cfg()"
fn main() {}