mirror of
				https://github.com/rust-lang/rust.git
				synced 2025-10-31 21:16:44 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			8 lines
		
	
	
		
			192 B
		
	
	
	
		
			Rust
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			192 B
		
	
	
	
		
			Rust
		
	
	
	
	
	
| fn main() {
 | |
|     let _tmp = [
 | |
|         ("C200B40A82", 3),
 | |
|         ("C200B40A83", 4) //~ ERROR: expected function, found `(&'static str, {integer})` [E0618]
 | |
|         ("C200B40A8537", 5),
 | |
|     ];
 | |
| }
 | 
