Sign in
fuchsia
/
third_party
/
rust
/
7e8a8c9cb152530c9833a389e7a7d79c7db693cc
/
.
/
tests
/
ui
/
nested-cfg-attrs.rs
blob: 941807a84310eec878cb11aebaee617ce557c04a [
file
] [
log
] [
blame
]
#[
cfg_attr
(
all
(),
cfg_attr
(
all
(),
cfg
(
false
)))]
fn
f
()
{}
fn
main
()
{
f
()
}
//~ ERROR cannot find function `f` in this scope