mirror of
				https://github.com/rust-lang/rust.git
				synced 2025-10-31 04:57:19 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			23 lines
		
	
	
		
			478 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
			
		
		
	
	
			23 lines
		
	
	
		
			478 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
| // exact-check
 | |
| 
 | |
| const EXPECTED = [
 | |
|     {
 | |
|         'query': 'A -> A',
 | |
|         'others': [
 | |
|             { 'path': 'self_is_not_generic::Thing', 'name': 'from' }
 | |
|         ],
 | |
|     },
 | |
|     {
 | |
|         'query': 'A -> B',
 | |
|         'others': [
 | |
|             { 'path': 'self_is_not_generic::Thing', 'name': 'try_from' }
 | |
|         ],
 | |
|     },
 | |
|     {
 | |
|         'query': 'Combine -> Combine',
 | |
|         'others': [
 | |
|             { 'path': 'self_is_not_generic::Combine', 'name': 'combine' }
 | |
|         ],
 | |
|     }
 | |
| ];
 | 
