2018-04-28 17:21:12 +02:00
|
|
|
// ignore-order
|
|
|
|
|
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': [
|
|
|
|
{ 'path': 'std', 'name': 'slice' },
|
2018-04-29 21:32:53 +02:00
|
|
|
{ 'path': 'std::ops', 'name': 'IndexMut' },
|
|
|
|
{ 'path': 'std::ops', 'name': 'Index' },
|
2018-04-19 20:14:47 +02:00
|
|
|
],
|
|
|
|
};
|