mirror of
				https://github.com/rust-lang/rust.git
				synced 2025-10-31 21:16:44 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			10 lines
		
	
	
		
			292 B
		
	
	
	
		
			Rust
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			292 B
		
	
	
	
		
			Rust
		
	
	
	
	
	
| //@ aux-build:pub-extern-crate.rs
 | |
| 
 | |
| //@ has pub_extern_crate/index.html
 | |
| //@ !has - '//code' 'pub extern crate inner'
 | |
| //@ has - '//a/@href' 'inner/index.html'
 | |
| //@ has pub_extern_crate/inner/index.html
 | |
| //@ has pub_extern_crate/inner/struct.SomeStruct.html
 | |
| #[doc(inline)]
 | |
| pub extern crate inner;
 | 
