]> git.lizzy.rs Git - rust.git/blob - tests/rustdoc-js-std/deduplication.js
Rollup merge of #107761 - oli-obk:miri_🪵, r=TaKO8Ki
[rust.git] / tests / rustdoc-js-std / deduplication.js
1 // ignore-order
2
3 const QUERY = 'is_nan';
4
5 const EXPECTED = {
6     'others': [
7         { 'path': 'std::f32', 'name': 'is_nan' },
8         { 'path': 'std::f64', 'name': 'is_nan' },
9         { 'path': 'std::option::Option', 'name': 'is_none' },
10     ],
11 };