]> git.lizzy.rs Git - rust.git/blob - tests/rustdoc/search-index-summaries.rs
Rollup merge of #106407 - mejrs:attr_check, r=compiler-errors
[rust.git] / tests / 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;