mirror of
				https://git.proxmox.com/git/rustc
				synced 2025-11-04 07:17:58 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			8 lines
		
	
	
		
			211 B
		
	
	
	
		
			Rust
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			211 B
		
	
	
	
		
			Rust
		
	
	
	
	
	
// Verify that we do not ICE when the user uses a multubyte ampersand.
 | 
						||
 | 
						||
fn f(_: &&()) -> &() { todo!() }
 | 
						||
//~^ ERROR unknown start of token: \u{ff06}
 | 
						||
//~| ERROR missing lifetime specifier [E0106]
 | 
						||
 | 
						||
fn main() {}
 |