about summary refs log tree commit diff
path: root/src/test/rustdoc-js-std/alias-2.js
blob: 0ce1b87b7615329928e1f26dc1df52fa3d5e5d67 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
// ignore-order

const QUERY = '+';

const EXPECTED = {
    'others': [
        { 'path': 'core', 'name': 'AddAssign' },
        { 'path': 'core', 'name': 'Add' },
        { 'path': 'std', 'name': 'AddAssign' },
        { 'path': 'std::ops', 'name': 'Add' },
    ],
};