summaryrefslogtreecommitdiffstats
path: root/tests/rustdoc/doc-cfg-implicit-gate.rs
blob: 92804d3729bba171c4558459f86a9a21815d03a3 (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;