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

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