about summary refs log tree commit diff
path: root/tests/rustdoc/feature-gate-doc_auto_cfg.rs
blob: 75a488bc8ab1605734d0bd0d9e5ee80776b7dddf (plain)
1
2
3
4
5
6
7
8
#![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() {}