mirror of
				https://github.com/rust-lang/rust.git
				synced 2025-10-30 20:44:34 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			14 lines
		
	
	
		
			369 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
		
			369 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
| // ignore-order
 | |
| 
 | |
| const EXPECTED = [
 | |
|     {
 | |
|         'query': 'bufread -> result<u8>',
 | |
|         'others': [
 | |
|             { 'path': 'std::io::Split', 'name': 'next' },
 | |
|             { 'path': 'std::boxed::Box', 'name': 'fill_buf' },
 | |
|             { 'path': 'std::io::Chain', 'name': 'fill_buf' },
 | |
|             { 'path': 'std::io::Take', 'name': 'fill_buf' },
 | |
|         ],
 | |
|     },
 | |
| ];
 | 
