mirror of
				https://github.com/rust-lang/rust.git
				synced 2025-10-30 20:44:34 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			25 lines
		
	
	
		
			812 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
			
		
		
	
	
			25 lines
		
	
	
		
			812 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
| const EXPECTED = [
 | |
|     {
 | |
|         'query': 'write',
 | |
|         'others': [
 | |
|             { 'path': 'std::fmt', 'name': 'write' },
 | |
|             { 'path': 'std::fs', 'name': 'write' },
 | |
|             { 'path': 'std::ptr', 'name': 'write' },
 | |
|             { 'path': 'std::fmt', 'name': 'Write' },
 | |
|             { 'path': 'std::io', 'name': 'Write' },
 | |
|             { 'path': 'std::hash::Hasher', 'name': 'write' },
 | |
|         ],
 | |
|     },
 | |
|     {
 | |
|         'query': 'Write',
 | |
|         'others': [
 | |
|             { 'path': 'std::fmt', 'name': 'Write' },
 | |
|             { 'path': 'std::io', 'name': 'Write' },
 | |
|             { 'path': 'std::fmt', 'name': 'write' },
 | |
|             { 'path': 'std::fs', 'name': 'write' },
 | |
|             { 'path': 'std::ptr', 'name': 'write' },
 | |
|             { 'path': 'std::hash::Hasher', 'name': 'write' },
 | |
|         ],
 | |
|     },
 | |
| ];
 | 
