]> git.lizzy.rs Git - rust.git/blob - src/test/rustdoc/search-index-summaries.rs
Rollup merge of #100509 - BoxyUwU:merge_hrtb_with_higher_rank_trait_bound, r=compiler...
[rust.git] / src / test / rustdoc / search-index-summaries.rs
1 #![crate_name = "foo"]
2
3 // @hasraw 'search-index.js' 'Foo short link.'
4 // @!hasraw - 'www.example.com'
5 // @!hasraw - 'More Foo.'
6
7 /// Foo short [link](https://www.example.com/).
8 ///
9 /// More Foo.
10 pub struct Foo;