Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
rustdoc
/
search-index-summaries.rs
blob: 55db04340a68aed8a4d3df732347f67faeecc7bd [
file
] [
log
] [
blame
] [
edit
]
#![
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
;