mirror of
				https://github.com/rust-lang/rust.git
				synced 2025-10-31 13:04:42 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			6 lines
		
	
	
		
			126 B
		
	
	
	
		
			Rust
		
	
	
	
	
	
			
		
		
	
	
			6 lines
		
	
	
		
			126 B
		
	
	
	
		
			Rust
		
	
	
	
	
	
| // compile-flags: -Z unstable-options --document-hidden-items
 | |
| 
 | |
| // @has issue_15347/fn.foo.html
 | |
| #[doc(hidden)]
 | |
| pub fn foo() {}
 | 
