mirror of
				https://github.com/rust-lang/rust.git
				synced 2025-10-31 04:57:19 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			9 lines
		
	
	
		
			207 B
		
	
	
	
		
			Rust
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			207 B
		
	
	
	
		
			Rust
		
	
	
	
	
	
| //@ compile-flags: -Z unstable-options --document-hidden-items
 | |
| // https://github.com/rust-lang/rust/issues/15347
 | |
| 
 | |
| #![crate_name="issue_15347"]
 | |
| 
 | |
| //@ has issue_15347/fn.foo.html
 | |
| #[doc(hidden)]
 | |
| pub fn foo() {}
 | 
