mirror of
				https://github.com/rust-lang/rust.git
				synced 2025-10-31 04:57:19 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			11 lines
		
	
	
		
			212 B
		
	
	
	
		
			Rust
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			212 B
		
	
	
	
		
			Rust
		
	
	
	
	
	
| #![crate_name = "foo"]
 | |
| 
 | |
| // @hasraw 'search-index.js' 'Foo short link.'
 | |
| // @!hasraw - 'www.example.com'
 | |
| // @!hasraw - 'More Foo.'
 | |
| 
 | |
| /// Foo short [link](https://www.example.com/).
 | |
| ///
 | |
| /// More Foo.
 | |
| pub struct Foo;
 | 
