Sign in
android
/
toolchain
/
rustc
/
d720b3f2ba07cb42ff7b311589c99daefe3aaa22
/
.
/
tests
/
ui
/
check-cfg
/
allow-at-crate-level.rs
blob: ce3383a2961aa8735e56c1b63ebc1e740fec3fc4 [
file
] [
log
] [
blame
]
// This test check that #![allow(unexpected_cfgs)] works with --cfg
//
// check-pass
// compile-flags: --cfg=unexpected --check-cfg=names() -Z unstable-options
#![
allow
(
unexpected_cfgs
)]
fn
main
()
{}