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