2018-04-28 10:21:12 -05:00
|
|
|
// ignore-order
|
|
|
|
|
2018-04-19 13:14:47 -05:00
|
|
|
const EXPECTED = {
|
2023-06-09 09:49:38 -05:00
|
|
|
'query': '[',
|
2018-04-19 13:14:47 -05:00
|
|
|
'others': [
|
|
|
|
{ 'path': 'std', 'name': 'slice' },
|
2018-04-29 14:32:53 -05:00
|
|
|
{ 'path': 'std::ops', 'name': 'IndexMut' },
|
|
|
|
{ 'path': 'std::ops', 'name': 'Index' },
|
2018-04-19 13:14:47 -05:00
|
|
|
],
|
|
|
|
};
|