mirror of https://github.com/rust-lang/rust.git
51 lines
1.3 KiB
JavaScript
51 lines
1.3 KiB
JavaScript
const EXPECTED = [
|
|
{
|
|
'query': 'Vec::new',
|
|
'others': [
|
|
{ 'path': 'std::vec::Vec', 'name': 'new' },
|
|
{ 'path': 'std::vec::Vec', 'name': 'new_in' },
|
|
],
|
|
},
|
|
{
|
|
'query': 'prelude::vec',
|
|
'others': [
|
|
{ 'path': 'std::prelude::rust_2024', 'name': 'Vec' },
|
|
],
|
|
},
|
|
{
|
|
'query': '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': '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' },
|
|
{ 'path': 'alloc::vec::Vec', 'name': 'new_in' },
|
|
],
|
|
},
|
|
];
|