Sign in
fuchsia
/
third_party
/
rust
/
79e46694de009c8c826cafecb85f2bd3377b303a
/
.
/
tests
/
ui
/
conditional-compilation
/
inner-cfg-non-inline-mod.rs
blob: 12911c7b7c81f0776f092509757830ce6fc595cd [
file
]
//@ check-pass
mod
module_with_cfg
;
mod
module_with_cfg
{}
// Ok, the module above is configured away by an inner attribute.
fn
main
()
{}