rust/tests/ui/nested-cfg-attrs.rs
2025-04-03 21:41:58 +00:00

4 lines
126 B
Rust

#[cfg_attr(all(), cfg_attr(all(), cfg(false)))]
fn f() {}
fn main() { f() } //~ ERROR cannot find function `f` in this scope