Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
rustdoc
/
doc-cfg-implicit-gate.rs
blob: b5b8d0f427bf7cd2315d9f70dfbeb5fee21d0a3d [
file
] [
log
] [
blame
] [
edit
]
//@ compile-flags:--cfg feature="worricow"
#![
crate_name
=
"xenogenous"
]
//@ has 'xenogenous/struct.Worricow.html'
//@ count - '//*[@class="stab portability"]' 0
#[
cfg
(
feature
=
"worricow"
)]
pub
struct
Worricow
;