mirror of
				https://github.com/rust-lang/rust.git
				synced 2025-11-04 06:56:14 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			12 lines
		
	
	
		
			234 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			234 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
error: this file contains an unclosed delimiter
 | 
						|
  --> $DIR/use-unclosed-brace.rs:10:14
 | 
						|
   |
 | 
						|
LL | use foo::{bar, baz;
 | 
						|
   |          - unclosed delimiter
 | 
						|
...
 | 
						|
LL | fn main() {}
 | 
						|
   |              ^
 | 
						|
 | 
						|
error: aborting due to previous error
 | 
						|
 |