mirror of
				https://github.com/rust-lang/rust.git
				synced 2025-11-04 06:56:14 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			9 lines
		
	
	
		
			210 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			210 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
error: expected one of `;` or `as`, found `{`
 | 
						|
  --> $DIR/extern-foreign-crate.rs:4:18
 | 
						|
   |
 | 
						|
LL | extern crate foo {}
 | 
						|
   |                  ^ expected one of `;` or `as`
 | 
						|
 | 
						|
error: aborting due to 1 previous error
 | 
						|
 |