]> git.lizzy.rs Git - rust.git/blob - tests/ui/conditional-compilation/module_with_cfg.rs
Rollup merge of #106397 - compiler-errors:new-solver-impl-wc, r=lcnr
[rust.git] / tests / ui / conditional-compilation / module_with_cfg.rs
1 // ignore-test
2
3 #![cfg_attr(all(), cfg(FALSE))]