about summary refs log tree commit diff
path: root/src/test/rustdoc/issue-46377.rs
blob: 236afb20be53e03beea938ea825d3f4a5514630e (plain)
1
2
3
// @has 'issue_46377/index.html' '//*[@class="docblock-short"]' 'Check out this struct!'
/// # Check out this struct!
pub struct SomeStruct;