mirror of
				https://github.com/rust-lang/rust.git
				synced 2025-10-31 13:04:42 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			10 lines
		
	
	
		
			233 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			233 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
| // exact-match
 | |
| 
 | |
| // https://github.com/rust-lang/rust/issues/60485#issuecomment-663900624
 | |
| const EXPECTED = {
 | |
|     'query': 'OsString -> String',
 | |
|     'others': [
 | |
|         { 'path': 'std::ffi::OsString', 'name': 'into_string' },
 | |
|     ]
 | |
| };
 | 
