2020-11-03 19:45:16 +01:00
|
|
|
//@ compile-flags:--cfg feature="worricow"
|
2025-04-11 14:32:31 +02:00
|
|
|
#![feature(doc_cfg)]
|
2020-11-03 19:45:16 +01:00
|
|
|
#![crate_name = "xenogenous"]
|
|
|
|
|
|
2024-06-21 14:03:08 +02:00
|
|
|
//@ has 'xenogenous/struct.Worricow.html'
|
2025-03-29 00:54:22 +01:00
|
|
|
//@ count - '//*[@class="stab portability"]' 1
|
2020-11-03 19:45:16 +01:00
|
|
|
#[cfg(feature = "worricow")]
|
|
|
|
|
pub struct Worricow;
|