mirror of
				https://github.com/rust-lang/rust.git
				synced 2025-10-31 13:04:42 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			15 lines
		
	
	
		
			377 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
			
		
		
	
	
			15 lines
		
	
	
		
			377 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
| const EXPECTED = {
 | |
|     'query': 'String',
 | |
|     'others': [
 | |
|         { 'path': 'std::string', 'name': 'String' },
 | |
|         { 'path': 'std::ffi', 'name': 'CString' },
 | |
|         { 'path': 'std::ffi', 'name': 'OsString' },
 | |
|     ],
 | |
|     'in_args': [
 | |
|         { 'path': 'std::str', 'name': 'eq' },
 | |
|     ],
 | |
|     'returned': [
 | |
|         { 'path': 'std::string::String', 'name': 'new' },
 | |
|     ],
 | |
| };
 | 
