2021-08-11 20:14:26 +02:00
|
|
|
const QUERY = 'struct:VecD';
|
2018-01-07 16:20:25 +01:00
|
|
|
|
|
|
|
const EXPECTED = {
|
|
|
|
'others': [
|
|
|
|
{ 'path': 'std::collections', 'name': 'VecDeque' },
|
2021-08-11 20:14:26 +02:00
|
|
|
{ 'path': 'std::vec', 'name': 'Vec' },
|
2018-01-07 16:20:25 +01:00
|
|
|
],
|
|
|
|
};
|