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