]> git.lizzy.rs Git - rust.git/blob - tests/ui/feature-gates/feature-gate-check-cfg.rs
Rollup merge of #106397 - compiler-errors:new-solver-impl-wc, r=lcnr
[rust.git] / tests / ui / feature-gates / feature-gate-check-cfg.rs
1 // compile-flags: --check-cfg "names()"
2
3 fn main() {}