mirror of
				https://github.com/rust-lang/rust.git
				synced 2025-10-31 04:57:19 +00:00 
			
		
		
		
	 c7cb8224e2
			
		
	
	
		c7cb8224e2
		
	
	
	
	
		
			
			This ensures `std::intrinsics::transmute` is deemphasized in the search engine and other UI, by cleaning it into a deprecation without propagating it through reexports when the parent module is stable.
		
			
				
	
	
		
			12 lines
		
	
	
		
			336 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			336 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
| const FILTER_CRATE = "core";
 | |
| const EXPECTED = [
 | |
|     {
 | |
|         'query': 'generic:T -> generic:U',
 | |
|         'others': [
 | |
|             { 'path': 'core::intrinsics::simd', 'name': 'simd_as' },
 | |
|             { 'path': 'core::intrinsics::simd', 'name': 'simd_cast' },
 | |
|             { 'path': 'core::mem', 'name': 'transmute' },
 | |
|         ],
 | |
|     },
 | |
| ];
 |