mirror of
				https://github.com/rust-lang/rust.git
				synced 2025-10-30 20:44:34 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			11 lines
		
	
	
		
			170 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			170 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
| // exact-check
 | |
| 
 | |
| // https://github.com/rust-lang/rust/issues/103357
 | |
| const QUERY = 'regex';
 | |
| 
 | |
| const EXPECTED = {
 | |
|     'others': [],
 | |
|     'in_args': [],
 | |
|     'returned': [],
 | |
| };
 | 
