summary refs log tree commit diff
path: root/src/test/rustdoc/issue-42760.rs
blob: 4944f8157014ed4a7562635f366ee1aaad8b541b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
// @has issue_42760/struct.NonGen.html
// @has - '//h2' 'Example'

/// Item docs.
///
#[doc="Hello there!"]
///
/// # Example
///
/// ```rust
/// // some code here
/// ```
pub struct NonGen;