mirror of
				https://github.com/rust-lang/rust.git
				synced 2025-11-03 22:49:17 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			8 lines
		
	
	
		
			193 B
		
	
	
	
		
			Rust
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			193 B
		
	
	
	
		
			Rust
		
	
	
	
	
	
// gate-test-needs_panic_runtime
 | 
						|
// gate-test-panic_runtime
 | 
						|
 | 
						|
#![panic_runtime] //~ ERROR: is an experimental feature
 | 
						|
#![needs_panic_runtime] //~ ERROR: is an experimental feature
 | 
						|
 | 
						|
fn main() {}
 |