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

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

4 lines
96 B
Rust
Raw Normal View History

//@ ignore-auxiliary (used by `./inner-cfg-non-inline-mod.rs`)
2025-03-29 17:24:03 +00:00
#![cfg_attr(all(), cfg(false))]