mirror of
				https://github.com/rust-lang/rust.git
				synced 2025-10-31 13:04:42 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			10 lines
		
	
	
		
			255 B
		
	
	
	
		
			Rust
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			255 B
		
	
	
	
		
			Rust
		
	
	
	
	
	
| // @has issue_30366/index.html '//a/@href' 'http://www.rust-lang.org/'
 | |
| 
 | |
| // https://github.com/rust-lang/rust/issues/30366
 | |
| #![crate_name="issue_30366"]
 | |
| 
 | |
| /// Describe it. [Link somewhere][1].
 | |
| ///
 | |
| /// [1]: http://www.rust-lang.org/
 | |
| pub fn here_is_a_fn() { }
 | 
