]> git.lizzy.rs Git - rust.git/blob - src/test/ui/feature-gates/feature-gate-check-cfg.rs
Rollup merge of #94478 - GuillaumeGomez:macro-generated-intra-doc-link, r=notriddle
[rust.git] / src / test / ui / feature-gates / feature-gate-check-cfg.rs
1 // compile-flags: --check-cfg "names()"
2
3 fn main() {}