mirror of
				https://github.com/rust-lang/rust.git
				synced 2025-11-04 06:56:14 +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' },
 | 
						|
    ],
 | 
						|
};
 |