mirror of
				https://github.com/rust-lang/rust.git
				synced 2025-10-31 21:16:44 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			10 lines
		
	
	
		
			265 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			265 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
| const EXPECTED = {
 | |
|     'query': '+',
 | |
|     'others': [
 | |
|         { 'path': 'std::ops', 'name': 'AddAssign' },
 | |
|         { 'path': 'std::ops', 'name': 'Add' },
 | |
|         { 'path': 'core::ops', 'name': 'AddAssign' },
 | |
|         { 'path': 'core::ops', 'name': 'Add' },
 | |
|     ],
 | |
| };
 | 
