mirror of
				https://github.com/rust-lang/rust.git
				synced 2025-10-31 04:57:19 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			9 lines
		
	
	
		
			238 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			238 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
| const EXPECTED = {
 | |
|     'query': 'from_u',
 | |
|     'others': [
 | |
|         { 'path': 'std::char', 'name': 'from_u32' },
 | |
|         { 'path': 'std::str', 'name': 'from_utf8' },
 | |
|         { 'path': 'std::string::String', 'name': 'from_utf8' },
 | |
|     ],
 | |
| };
 | 
