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