blob: 9ae8b8fca4f7a569a55e39db757a971ca6660aae [file] [log] [blame]
//@ compile-flags:--cfg feature="worricow"
#![feature(doc_cfg)]
#![crate_name = "xenogenous"]
//@ has 'xenogenous/struct.Worricow.html'
//@ count - '//*[@class="stab portability"]' 1
#[cfg(feature = "worricow")]
pub struct Worricow;