mirror of
				https://github.com/rust-lang/rust.git
				synced 2025-10-30 20:44:34 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			10 lines
		
	
	
		
			240 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			240 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
| const QUERY = 'from_u';
 | |
| 
 | |
| const EXPECTED = {
 | |
|     'others': [
 | |
|         { 'path': 'std::char', 'name': 'from_u32' },
 | |
|         { 'path': 'std::str', 'name': 'from_utf8' },
 | |
|         { 'path': 'std::string::String', 'name': 'from_utf8' },
 | |
|     ],
 | |
| };
 | 
