mirror of
				https://github.com/rust-lang/rust.git
				synced 2025-10-31 04:57:19 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			16 lines
		
	
	
		
			379 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
			
		
		
	
	
			16 lines
		
	
	
		
			379 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
| const EXPECTED = {
 | |
|     'query': '&',
 | |
|     'others': [
 | |
|         {
 | |
|             'path': 'std',
 | |
|             'name': 'reference',
 | |
|             'desc': "References, <code>&T</code> and <code>&mut T</code>.",
 | |
|         },
 | |
|         {
 | |
|             'path': 'std::ops',
 | |
|             'name': 'BitAnd',
 | |
|             'desc': "The bitwise AND operator <code>&</code>.",
 | |
|         },
 | |
|     ],
 | |
| };
 | 
