Sign in
rust
/
rust
/
ef00ebfdec7d9d257ef19dc9d6d17bf64df0373d
/
.
/
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
()
{}