mirror of
				https://github.com/rust-lang/rust.git
				synced 2025-10-31 04:57:19 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			7 lines
		
	
	
		
			175 B
		
	
	
	
		
			Rust
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
		
			175 B
		
	
	
	
		
			Rust
		
	
	
	
	
	
| // @has issue_30366/index.html '//a/@href' 'http://www.rust-lang.org/'
 | |
| 
 | |
| /// Describe it. [Link somewhere][1].
 | |
| ///
 | |
| /// [1]: http://www.rust-lang.org/
 | |
| pub fn here_is_a_fn() { }
 | 
