mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-01 15:01:51 +00:00
12 lines
249 B
JavaScript
12 lines
249 B
JavaScript
// ignore-order
|
|
|
|
const QUERY = 'is_nan';
|
|
|
|
const EXPECTED = {
|
|
'others': [
|
|
{ 'path': 'std::f32', 'name': 'is_nan' },
|
|
{ 'path': 'std::f64', 'name': 'is_nan' },
|
|
{ 'path': 'std::option::Option', 'name': 'is_none' },
|
|
],
|
|
};
|