mirror of
				https://github.com/rust-lang/rust.git
				synced 2025-10-30 20:44:34 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			14 lines
		
	
	
		
			183 B
		
	
	
	
		
			Rust
		
	
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
		
			183 B
		
	
	
	
		
			Rust
		
	
	
	
	
	
| //@ compile-flags: -Z unstable-options --show-coverage
 | |
| //@ check-pass
 | |
| 
 | |
| mod bar {
 | |
|     /// a
 | |
|     ///
 | |
|     /// ```
 | |
|     /// let x = 0;
 | |
|     /// ```
 | |
|     pub struct Foo;
 | |
| }
 | |
| 
 | |
| pub use bar::Foo;
 | 
