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