Sign in
fuchsia
/
third_party
/
rust
/
dff14f06341309b7edf3e760ab9762175db322f3
/
.
/
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