mirror of
				https://github.com/rust-lang/rust.git
				synced 2025-10-31 04:57:19 +00:00 
			
		
		
		
	 2e7d9e9acb
			
		
	
	
		2e7d9e9acb
		
	
	
	
	
		
			
			This needs to start downloading the descriptions after aliases have been added to the result set.
		
			
				
	
	
		
			11 lines
		
	
	
		
			228 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			228 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
| const EXPECTED = {
 | |
|     'query': '&',
 | |
|     'others': [
 | |
|         {
 | |
|             'path': 'std',
 | |
|             'name': 'reference',
 | |
|             'desc': "References, <code>&T</code> and <code>&mut T</code>.",
 | |
|         },
 | |
|     ],
 | |
| };
 |