rust/tests/ui/cfg/disallowed-cli-cfgs-allow.rs

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

5 lines
92 B
Rust
Raw Normal View History

//@ check-pass
//@ compile-flags: --cfg unix -Aexplicit_builtin_cfgs_in_flags
fn main() {}