mirror of
				https://github.com/rust-lang/rust.git
				synced 2025-10-30 20:44:34 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			8 lines
		
	
	
		
			183 B
		
	
	
	
		
			Rust
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			183 B
		
	
	
	
		
			Rust
		
	
	
	
	
	
| // aux-build:trait-vis.rs
 | |
| 
 | |
| extern crate inner;
 | |
| 
 | |
| // @has trait_vis/struct.SomeStruct.html
 | |
| // @has - '//h3[@class="code-header"]' 'impl Clone for SomeStruct'
 | |
| pub use inner::SomeStruct;
 | 
