Sign in
android
/
toolchain
/
rustc
/
89a0a0cd9cbd0a0138a09bd877bbc73859a8c330
/
.
/
src
/
test
/
rustdoc
/
feature-gate-doc_auto_cfg.rs
blob: da76381e4800064b7b3327bf62693605b44e4e65 [
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
()
{}