summaryrefslogtreecommitdiffstats
path: root/src/test/rustdoc/cfg-doctest.rs
blob: 6a9d26a4bb78cbaabc2a6458a6ed71edca3eba1a (plain)
1
2
3
4
5
6
// @!has cfg_doctest/struct.SomeStruct.html
// @!has cfg_doctest/index.html '//a/@href' 'struct.SomeStruct.html'

/// Sneaky, this isn't actually part of docs.
#[cfg(doctest)]
pub struct SomeStruct;