Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
rustdoc
/
feature-gate-doc_auto_cfg.rs
blob: 75a488bc8ab1605734d0bd0d9e5ee80776b7dddf [
file
] [
log
] [
blame
] [
edit
]
#![
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
()
{}