mirror of
				https://github.com/rust-lang/rust.git
				synced 2025-10-31 13:04:42 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			18 lines
		
	
	
		
			370 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
			
		
		
	
	
			18 lines
		
	
	
		
			370 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
| // exact-check
 | |
| 
 | |
| const EXPECTED = [
 | |
|     {
 | |
|         'query': 'Subscriber',
 | |
|         'others': [
 | |
|             { 'path': 'reexport::fmt', 'name': 'Subscriber' },
 | |
|             { 'path': 'reexport', 'name': 'FmtSubscriber' },
 | |
|         ],
 | |
|     },
 | |
|     {
 | |
|         'query': 'AnotherOne',
 | |
|         'others': [
 | |
|             { 'path': 'reexport', 'name': 'AnotherOne' },
 | |
|         ],
 | |
|     },
 | |
| ];
 | 
