]> git.lizzy.rs Git - rust.git/blob - tests/rustdoc-js-std/alias-2.js
Rollup merge of #107819 - clubby789:x-py-root, r=jyn514
[rust.git] / tests / rustdoc-js-std / alias-2.js
1 const QUERY = '+';
2
3 const EXPECTED = {
4     'others': [
5         { 'path': 'std::ops', 'name': 'AddAssign' },
6         { 'path': 'std::ops', 'name': 'Add' },
7         { 'path': 'core::ops', 'name': 'AddAssign' },
8         { 'path': 'core::ops', 'name': 'Add' },
9     ],
10 };