Files
rust/tests/rustdoc/doc-cfg/doc-cfg-implicit-gate.rs

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

9 lines
236 B
Rust
Raw Normal View History

//@ compile-flags:--cfg feature="worricow"
#![feature(doc_cfg)]
#![crate_name = "xenogenous"]
//@ has 'xenogenous/struct.Worricow.html'
2025-03-29 00:54:22 +01:00
//@ count - '//*[@class="stab portability"]' 1
#[cfg(feature = "worricow")]
pub struct Worricow;