mirror of
				https://github.com/rust-lang/rust.git
				synced 2025-10-31 04:57:19 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			13 lines
		
	
	
		
			439 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			439 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
| const EXPECTED = [
 | |
|     {
 | |
|         // Keep this test case identical to `transmute-fail`, except the
 | |
|         // should-fail tag and the search query below:
 | |
|         'query': 'generic:T -> generic:U',
 | |
|         'others': [
 | |
|             { 'path': 'std::intrinsics::simd', 'name': 'simd_as' },
 | |
|             { 'path': 'std::intrinsics::simd', 'name': 'simd_cast' },
 | |
|             { 'path': 'std::intrinsics', 'name': 'transmute' },
 | |
|         ],
 | |
|     },
 | |
| ];
 | 
