summary refs log tree commit diff
path: root/tests/rustdoc/summary-header-46377.rs
blob: aec74f493d433cf7bab97ba10bcff90f185ebcee (plain)
1
2
3
4
5
6
// 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;