blob: b8f8db1f6297c83008372865340572d4ab33274a (
plain)
| 1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
 | const EXPECTED = {
    'query': '&',
    'others': [
        {
            'path': 'std',
            'name': 'reference',
            'desc': "References, <code>&T</code> and <code>&mut T</code>.",
        },
        {
            'path': 'std::ops',
            'name': 'BitAnd',
            'desc': "The bitwise AND operator <code>&</code>.",
        },
    ],
};
 |