blob: b8f8db1f6297c83008372865340572d4ab33274a [file] [log] [blame]
const EXPECTED = {
'query': '&',
'others': [
{
'path': 'std',
'name': 'reference',
'desc': "References, <code>&amp;T</code> and <code>&amp;mut T</code>.",
},
{
'path': 'std::ops',
'name': 'BitAnd',
'desc': "The bitwise AND operator <code>&amp;</code>.",
},
],
};