mirror of
https://git.proxmox.com/git/rustc
synced 2025-08-14 04:23:47 +00:00
11 lines
227 B
Rust
11 lines
227 B
Rust
#![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;
|