mirror of
				https://github.com/rust-lang/rust.git
				synced 2025-10-31 04:57:19 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			13 lines
		
	
	
		
			243 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			243 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
| // exact-check
 | |
| 
 | |
| const EXPECTED = [
 | |
|     {
 | |
|         'query': 'mytrait<t> -> option<t>',
 | |
|         'correction': null,
 | |
|         'in_args': [],
 | |
|         'others': [
 | |
|             { 'path': 'trait_methods::MyTrait', 'name': 'next' },
 | |
|         ],
 | |
|     },
 | |
| ];
 | 
