mirror of
				https://git.proxmox.com/git/rustc
				synced 2025-11-04 04:52:07 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			7 lines
		
	
	
		
			101 B
		
	
	
	
		
			Rust
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
		
			101 B
		
	
	
	
		
			Rust
		
	
	
	
	
	
fn forever2() -> i32 {
 | 
						|
  let x: i32 = loop { break }; //~ ERROR mismatched types
 | 
						|
  x
 | 
						|
}
 | 
						|
 | 
						|
fn main() {}
 |