]> git.lizzy.rs Git - rust.git/blob - src/test/rustdoc/issue-42760.rs
Rollup merge of #69194 - Centril:assoc-extern-fuse, r=petrochenkov
[rust.git] / src / test / rustdoc / issue-42760.rs
1 // @has issue_42760/struct.NonGen.html
2 // @has - '//h1' 'Example'
3
4 /// Item docs.
5 ///
6 #[doc="Hello there!"]
7 ///
8 /// # Example
9 ///
10 /// ```rust
11 /// // some code here
12 /// ```
13 pub struct NonGen;