rustc/tests/ui/conditional-compilation/module_with_cfg.rs
2024-06-21 09:39:33 +02:00

4 lines
82 B
Rust

//@ ignore-test (auxiliary, used by other tests)
#![cfg_attr(all(), cfg(FALSE))]