Sign in
fuchsia
/
third_party
/
github.com
/
rust-lang
/
rust
/
5d55418a7d16b271b021b8b61b5f824eee7fe220
/
.
/
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
()
{}