rust/tests/rustdoc/summary-header-46377.rs

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

7 lines
210 B
Rust
Raw Permalink Normal View History

2024-01-03 21:56:10 +00:00
// 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;