Sign in
fuchsia
/
third_party
/
rust
/
a5a286df89146c64afebc6dcbbd3f61ba67ae53b
/
.
/
tests
/
rustdoc-html
/
feature-gate-doc_auto_cfg.rs
blob: 75a488bc8ab1605734d0bd0d9e5ee80776b7dddf [
file
]
#![
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
()
{}