mirror of
				https://github.com/rust-lang/rust.git
				synced 2025-11-03 22:49:17 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			11 lines
		
	
	
		
			242 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			242 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
error: expected `(`, found `~`
 | 
						|
  --> $DIR/removed-syntax-fn-sigil.rs:2:14
 | 
						|
   |
 | 
						|
LL |     let x: fn~() = || ();
 | 
						|
   |         -    ^ expected `(`
 | 
						|
   |         |
 | 
						|
   |         while parsing the type for `x`
 | 
						|
 | 
						|
error: aborting due to previous error
 | 
						|
 |