mirror of
				https://github.com/rust-lang/rust.git
				synced 2025-10-31 13:04:42 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			10 lines
		
	
	
		
			266 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			266 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
| // https://github.com/rust-lang/rust/pull/122247
 | |
| // exact-check
 | |
| 
 | |
| const EXPECTED = {
 | |
|     'query': 'canonicalvarinfo, intoiterator -> intoiterator',
 | |
|     'others': [
 | |
|         { 'path': 'looks_like_rustc_interner::Interner', 'name': 'mk_canonical_var_infos' },
 | |
|     ],
 | |
| };
 | 
