mirror of
				https://github.com/rust-lang/rust.git
				synced 2025-10-31 04:57:19 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			11 lines
		
	
	
		
			276 B
		
	
	
	
		
			Rust
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			276 B
		
	
	
	
		
			Rust
		
	
	
	
	
	
| //@ aux-build:hidden.rs
 | |
| //@ build-aux-docs
 | |
| #![deny(rustdoc::broken_intra_doc_links)]
 | |
| 
 | |
| // tests https://github.com/rust-lang/rust/issues/73363
 | |
| 
 | |
| extern crate hidden_dep;
 | |
| 
 | |
| //@ has 'hidden/struct.Ready.html' '//a/@href' 'fn.ready.html'
 | |
| pub use hidden_dep::future::{ready, Ready};
 | 
