mirror of
				https://github.com/rust-lang/rust.git
				synced 2025-10-30 20:44:34 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			7 lines
		
	
	
		
			210 B
		
	
	
	
		
			Rust
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
		
			210 B
		
	
	
	
		
			Rust
		
	
	
	
	
	
| // https://github.com/rust-lang/rust/issues/46377
 | |
| #![crate_name="foo"]
 | |
| 
 | |
| //@ has 'foo/index.html' '//*[@class="desc docblock-short"]' 'Check out this struct!'
 | |
| /// # Check out this struct!
 | |
| pub struct SomeStruct;
 | 
