]> git.lizzy.rs Git - rust.git/blob - tests/rustdoc/issue-46377.rs
Rollup merge of #105526 - Xiretza:iter-from-generator-derive, r=scottmcm
[rust.git] / tests / rustdoc / issue-46377.rs
1 // @has 'issue_46377/index.html' '//*[@class="item-right docblock-short"]' 'Check out this struct!'
2 /// # Check out this struct!
3 pub struct SomeStruct;