2024-02-22 12:10:29 +00:00
|
|
|
//@ compile-flags:--cfg feature="worricow"
|
2020-11-03 18:45:16 +00:00
|
|
|
#![crate_name = "xenogenous"]
|
|
|
|
|
|
|
|
// @has 'xenogenous/struct.Worricow.html'
|
|
|
|
// @count - '//*[@class="stab portability"]' 0
|
|
|
|
#[cfg(feature = "worricow")]
|
|
|
|
pub struct Worricow;
|