blob: aec74f493d433cf7bab97ba10bcff90f185ebcee [file] [log] [blame]
// https://github.com/rust-lang/rust/issues/46377
#![crate_name="foo"]
// @has 'foo/index.html' '//*[@class="desc docblock-short"]' 'Check out this struct!'
/// # Check out this struct!
pub struct SomeStruct;