Sign in
fuchsia
/
third_party
/
rust
/
2a3e17c6d5c49eeb770ade2fa660f98e9cce0ce0
/
.
/
tests
/
rustdoc
/
doc-cfg-implicit-gate.rs
blob: b5b8d0f427bf7cd2315d9f70dfbeb5fee21d0a3d [
file
] [
log
] [
blame
]
//@ compile-flags:--cfg feature="worricow"
#![
crate_name
=
"xenogenous"
]
//@ has 'xenogenous/struct.Worricow.html'
//@ count - '//*[@class="stab portability"]' 0
#[
cfg
(
feature
=
"worricow"
)]
pub
struct
Worricow
;