mirror of
				https://github.com/rust-lang/rust.git
				synced 2025-10-31 13:04:42 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			12 lines
		
	
	
		
			249 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			249 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
| // ignore-order
 | |
| 
 | |
| const QUERY = 'is_nan';
 | |
| 
 | |
| const EXPECTED = {
 | |
|     'others': [
 | |
|         { 'path': 'std::f32', 'name': 'is_nan' },
 | |
|         { 'path': 'std::f64', 'name': 'is_nan' },
 | |
|         { 'path': 'std::option::Option', 'name': 'is_none' },
 | |
|     ],
 | |
| };
 | 
