mirror of
https://git.proxmox.com/git/rustc
synced 2025-08-07 16:57:20 +00:00
10 lines
185 B
JavaScript
10 lines
185 B
JavaScript
// ignore-order
|
|
|
|
const EXPECTED = {
|
|
'query': 'is_nan',
|
|
'others': [
|
|
{ 'path': 'std::f32', 'name': 'is_nan' },
|
|
{ 'path': 'std::f64', 'name': 'is_nan' },
|
|
],
|
|
};
|