mirror of
				https://github.com/rust-lang/rust.git
				synced 2025-10-29 20:15:27 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			10 lines
		
	
	
		
			230 B
		
	
	
	
		
			Rust
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			230 B
		
	
	
	
		
			Rust
		
	
	
	
	
	
| //@ check-pass
 | |
| //@ compile-flags: --document-private-items
 | |
| 
 | |
| // This ensures that no ICE is triggered when rustdoc is run on this code.
 | |
| // https://github.com/rust-lang/rust/issues/95633
 | |
| 
 | |
| mod stdlib {
 | |
|     pub (crate) use std::i8;
 | |
| }
 | 
