summaryrefslogtreecommitdiffstats
path: root/src/test/rustdoc-js-std/alias.js
blob: 2b709c99119ae11e7a2b079d36c1d51f6f2955a6 (plain)
1
2
3
4
5
6
7
8
9
10
11
// ignore-order

const QUERY = '[';

const EXPECTED = {
    'others': [
        { 'path': 'std', 'name': 'slice' },
        { 'path': 'std::ops', 'name': 'IndexMut' },
        { 'path': 'std::ops', 'name': 'Index' },
    ],
};