mirror of
				https://github.com/rust-lang/rust.git
				synced 2025-10-30 20:44:34 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			9 lines
		
	
	
		
			221 B
		
	
	
	
		
			Rust
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			221 B
		
	
	
	
		
			Rust
		
	
	
	
	
	
| //@ aux-build:submodule-inner.rs
 | |
| //@ build-aux-docs
 | |
| #![deny(rustdoc::broken_intra_doc_links)]
 | |
| 
 | |
| extern crate a;
 | |
| 
 | |
| //@ has 'submodule_inner/struct.Foo.html' '//a[@href="../a/bar/struct.Bar.html"]' 'Bar'
 | |
| pub use a::foo::Foo;
 | 
