mirror of
				https://github.com/rust-lang/rust.git
				synced 2025-11-04 06:56:14 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			9 lines
		
	
	
		
			206 B
		
	
	
	
		
			Rust
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			206 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() {}
 |