2018-04-19 20:14:47 +02:00
|
|
|
const EXPECTED = {
|
2023-06-09 16:49:38 +02:00
|
|
|
'query': '&',
|
2018-04-19 20:14:47 +02:00
|
|
|
'others': [
|
2024-04-18 22:20:08 -07:00
|
|
|
{
|
|
|
|
|
'path': 'std',
|
|
|
|
|
'name': 'reference',
|
|
|
|
|
'desc': "References, <code>&T</code> and <code>&mut T</code>.",
|
|
|
|
|
},
|
2024-11-22 12:58:20 -07:00
|
|
|
{
|
|
|
|
|
'path': 'std::ops',
|
|
|
|
|
'name': 'BitAnd',
|
|
|
|
|
'desc': "The bitwise AND operator <code>&</code>.",
|
|
|
|
|
},
|
2018-04-19 20:14:47 +02:00
|
|
|
],
|
|
|
|
|
};
|