]> git.lizzy.rs Git - rust.git/blob - src/test/rustdoc/search-index-summaries.rs
Merge commit 'a8385522ade6f67853edac730b5bf164ddb298fd' into simd-remove-autosplats
[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;