2023-06-12 09:38:44 -05:00
|
|
|
const EXPECTED = [
|
|
|
|
{
|
|
|
|
'query': 'Vec::new',
|
|
|
|
'others': [
|
|
|
|
{ 'path': 'std::vec::Vec', 'name': 'new' },
|
|
|
|
{ 'path': 'std::vec::Vec', 'name': 'new_in' },
|
2024-01-12 16:32:08 -06:00
|
|
|
],
|
|
|
|
},
|
|
|
|
{
|
|
|
|
'query': 'prelude::vec',
|
|
|
|
'others': [
|
|
|
|
{ 'path': 'std::prelude::rust_2024', 'name': 'Vec' },
|
2023-06-12 09:38:44 -05:00
|
|
|
],
|
|
|
|
},
|
|
|
|
{
|
|
|
|
'query': 'Vec new',
|
|
|
|
'others': [
|
|
|
|
{ 'path': 'std::vec::Vec', 'name': 'new' },
|
|
|
|
{ 'path': 'std::vec::Vec', 'name': 'new_in' },
|
2024-01-12 16:32:08 -06:00
|
|
|
],
|
|
|
|
},
|
|
|
|
{
|
|
|
|
'query': 'std::Vec::new',
|
|
|
|
'others': [
|
|
|
|
{ 'path': 'std::vec::Vec', 'name': 'new' },
|
|
|
|
{ 'path': 'std::vec::Vec', 'name': 'new_in' },
|
|
|
|
],
|
|
|
|
},
|
|
|
|
{
|
|
|
|
'query': 'std Vec new',
|
|
|
|
'others': [
|
|
|
|
{ 'path': 'std::vec::Vec', 'name': 'new' },
|
|
|
|
{ 'path': 'std::vec::Vec', 'name': 'new_in' },
|
|
|
|
],
|
|
|
|
},
|
|
|
|
{
|
|
|
|
'query': 'alloc::Vec::new',
|
|
|
|
'others': [
|
|
|
|
{ 'path': 'alloc::vec::Vec', 'name': 'new' },
|
|
|
|
{ 'path': 'alloc::vec::Vec', 'name': 'new_in' },
|
|
|
|
],
|
|
|
|
},
|
|
|
|
{
|
|
|
|
'query': 'alloc Vec new',
|
|
|
|
'others': [
|
|
|
|
{ 'path': 'alloc::vec::Vec', 'name': 'new' },
|
2023-06-12 09:38:44 -05:00
|
|
|
{ 'path': 'alloc::vec::Vec', 'name': 'new_in' },
|
|
|
|
],
|
|
|
|
},
|
|
|
|
];
|