]> git.lizzy.rs Git - rust.git/blob - tests/rustdoc/issue-46377.rs
Rollup merge of #106323 - starkat99:stabilize-f16c_target_feature, r=petrochenkov
[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;