mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-21 22:01:17 +01:00
14 lines
449 B
JavaScript
14 lines
449 B
JavaScript
// should-fail
|
|
const EXPECTED = [
|
|
{
|
|
// Keep this test case identical to `transmute`, except the
|
|
// should-fail tag and the search query below:
|
|
'query': 'generic:T -> generic:T',
|
|
'others': [
|
|
{ 'path': 'std::intrinsics::simd', 'name': 'simd_as' },
|
|
{ 'path': 'std::intrinsics::simd', 'name': 'simd_cast' },
|
|
{ 'path': 'std::intrinsics', 'name': 'transmute' },
|
|
],
|
|
},
|
|
];
|