mirror of
				https://github.com/rust-lang/rust-analyzer.git
				synced 2025-11-03 13:13:18 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			6 lines
		
	
	
		
			94 B
		
	
	
	
		
			Rust
		
	
	
	
	
	
			
		
		
	
	
			6 lines
		
	
	
		
			94 B
		
	
	
	
		
			Rust
		
	
	
	
	
	
fn main() {
 | 
						|
    foo! (
 | 
						|
        bar, "baz", 1, 2.0
 | 
						|
    } //~ ERROR incorrect close delimiter
 | 
						|
}
 |