Sign in
fuchsia
/
third_party
/
rust
/
f1ae43f14d2b1737b71fc14c20b1242a74d66c2b
/
.
/
tests
/
rustdoc
/
search-index-summaries.rs
blob: 55db04340a68aed8a4d3df732347f67faeecc7bd [
file
] [
log
] [
blame
]
#![
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
;