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