2018-05-03 15:20:57 -05:00
|
|
|
const QUERY = 'Vec::new';
|
|
|
|
|
|
|
|
const EXPECTED = {
|
|
|
|
'others': [
|
|
|
|
{ 'path': 'std::vec::Vec', 'name': 'new' },
|
2022-12-16 14:19:38 -06:00
|
|
|
{ 'path': 'alloc::vec::Vec', 'name': 'new' },
|
|
|
|
{ 'path': 'std::vec::Vec', 'name': 'new_in' },
|
|
|
|
{ 'path': 'alloc::vec::Vec', 'name': 'new_in' },
|
2018-05-03 15:20:57 -05:00
|
|
|
],
|
|
|
|
};
|