mirror of
				https://github.com/rust-lang/rust.git
				synced 2025-10-30 20:44:34 +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;
 | 
