mirror of
				https://github.com/rust-lang/rust.git
				synced 2025-11-04 15:05:30 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			9 lines
		
	
	
		
			162 B
		
	
	
	
		
			Rust
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			162 B
		
	
	
	
		
			Rust
		
	
	
	
	
	
// https://github.com/rust-lang/rust/issues/5844
 | 
						|
//@aux-build:aux-5844.rs
 | 
						|
 | 
						|
extern crate aux_5844;
 | 
						|
 | 
						|
fn main() {
 | 
						|
    aux_5844::rand(); //~ ERROR: requires unsafe
 | 
						|
}
 |