mirror of
				https://github.com/rust-lang/rust.git
				synced 2025-10-31 04:57:19 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			13 lines
		
	
	
		
			302 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			302 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| error: mismatched closing delimiter: `}`
 | |
|   --> $DIR/token-error-correct.rs:4:12
 | |
|    |
 | |
| LL | fn main() {
 | |
|    |           - closing delimiter possibly meant for this
 | |
| LL |     foo(bar(;
 | |
|    |            ^ unclosed delimiter
 | |
| LL | }
 | |
|    | ^ mismatched closing delimiter
 | |
| 
 | |
| error: aborting due to 1 previous error
 | |
| 
 | 
