mirror of
https://git.proxmox.com/git/rustc
synced 2025-06-26 16:00:07 +00:00
11 lines
247 B
JavaScript
11 lines
247 B
JavaScript
// ignore-order
|
|
|
|
const EXPECTED = {
|
|
'query': 'is_nan',
|
|
'others': [
|
|
{ 'path': 'std::f32', 'name': 'is_nan' },
|
|
{ 'path': 'std::f64', 'name': 'is_nan' },
|
|
{ 'path': 'std::option::Option', 'name': 'is_none' },
|
|
],
|
|
};
|