rust/tests/rustdoc-html/summary-header-46377.rs
2026-01-07 14:23:30 +01:00

6 lines
181 B
Rust

// https://github.com/rust-lang/rust/issues/46377
#![crate_name="foo"]
//@ has 'foo/index.html' '//dd' 'Check out this struct!'
/// # Check out this struct!
pub struct SomeStruct;