about summary refs log tree commit diff
path: root/tests/rustdoc/doc-cfg-implicit-gate.rs
blob: 15de15c0ce229f4019f0c90f0eb7322ac25bedb3 (plain)
1
2
3
4
5
6
7
//@ compile-flags:--cfg feature="worricow"
#![crate_name = "xenogenous"]

// @has 'xenogenous/struct.Worricow.html'
// @count   - '//*[@class="stab portability"]' 0
#[cfg(feature = "worricow")]
pub struct Worricow;