about summary refs log tree commit diff
path: root/tests/rustdoc/search-index-summaries.rs
blob: 529b42d0ca903d4bc2488d8525a346aebf459b8a (plain)
1
2
3
4
5
6
7
8
9
10
#![crate_name = "foo"]

// @hasraw 'search.desc/foo/foo-desc-0-.js' 'Foo short link.'
// @!hasraw - 'www.example.com'
// @!hasraw - 'More Foo.'

/// Foo short [link](https://www.example.com/).
///
/// More Foo.
pub struct Foo;