mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-01 06:51:58 +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' },
|
|
],
|
|
};
|