rust/tests/ui/conditional-compilation/module_with_cfg.rs

4 lines
82 B
Rust
Raw Normal View History

//@ ignore-test (auxiliary, used by other tests)
2025-03-29 17:24:03 +00:00
#![cfg_attr(all(), cfg(false))]