Sign in
fuchsia
/
third_party
/
rust
/
eda6dc928323fcd0ac1b51cea1aa79ab17e8519d
/
.
/
tests
/
rustdoc
/
feature-gate-doc_auto_cfg.rs
blob: 75a488bc8ab1605734d0bd0d9e5ee80776b7dddf [
file
] [
log
] [
blame
]
#![
feature
(
doc_cfg
)]
#![
crate_name
=
"foo"
]
//@ has foo/fn.foo.html
//@ count - '//*[@class="item-info"]/*[@class="stab portability"]' 0
#[
cfg
(
not
(
test
))]
pub
fn
foo
()
{}