blob: 4a13f4069c40a12dbfe3321f3ad3c314e52d5745 [file] [log] [blame]
#![feature(external_doc)]
// @has external_doc/struct.CanHasDocs.html
// @has - '//h1' 'External Docs'
// @has - '//h2' 'Inline Docs'
#[doc(include = "auxiliary/external-doc.md")]
/// ## Inline Docs
pub struct CanHasDocs;