mirror of
				https://github.com/rust-lang/rust.git
				synced 2025-10-31 04:57:19 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			9 lines
		
	
	
		
			185 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			185 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| error: expected parameter name, found `+`
 | |
|   --> $DIR/removed-syntax-mode.rs:1:6
 | |
|    |
 | |
| LL | fn f(+x: isize) {}
 | |
|    |      ^ expected parameter name
 | |
| 
 | |
| error: aborting due to previous error
 | |
| 
 | 
