mirror of
				https://github.com/rust-lang/rust.git
				synced 2025-10-31 04:57:19 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			10 lines
		
	
	
		
			209 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			209 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
| // exact-check
 | |
| 
 | |
| // This test ensures that methods from blanket impls of not available foreign traits
 | |
| // don't show up in the search results.
 | |
| 
 | |
| const EXPECTED = {
 | |
|     'query': 'equivalent',
 | |
|     'others': [],
 | |
| };
 | 
