mirror of
https://github.com/rust-lang/rust.git
synced 2025-04-28 19:17:43 +00:00
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' },
|
||
|
],
|
||
|
},
|
||
|
];
|