mirror of
				https://github.com/rust-lang/rust.git
				synced 2025-10-31 04:57:19 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			10 lines
		
	
	
		
			247 B
		
	
	
	
		
			Rust
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			247 B
		
	
	
	
		
			Rust
		
	
	
	
	
	
| //@ aux-build:add-docs.rs
 | ||
| 
 | ||
| extern crate inner;
 | ||
| 
 | ||
| 
 | ||
| // @has add_docs/struct.MyStruct.html
 | ||
| // @hasraw add_docs/struct.MyStruct.html "Doc comment from ‘pub use’, Doc comment from definition"
 | ||
| /// Doc comment from 'pub use',
 | ||
| pub use inner::MyStruct;
 | 
