]> git.proxmox.com Git - rustc.git/blame - tests/rustdoc-js-std/deduplication.js
New upstream version 1.72.1+dfsg1
[rustc.git] / tests / rustdoc-js-std / deduplication.js
CommitLineData
94b46f34 1// ignore-order
83c7162d 2
94b46f34 3const EXPECTED = {
fe692bf9 4 'query': 'is_nan',
94b46f34
XL
5 'others': [
6 { 'path': 'std::f32', 'name': 'is_nan' },
7 { 'path': 'std::f64', 'name': 'is_nan' },
8 { 'path': 'std::option::Option', 'name': 'is_none' },
9 ],
10};