mirror of
https://github.com/rust-lang/rust.git
synced 2025-04-28 11:07:42 +00:00
10 lines
228 B
JavaScript
10 lines
228 B
JavaScript
const QUERY = 'Vec::new';
|
|
|
|
const EXPECTED = {
|
|
'others': [
|
|
{ 'path': 'std::vec::Vec', 'name': 'new' },
|
|
{ 'path': 'std::vec::Vec', 'name': 'ne' },
|
|
{ 'path': 'alloc::vec::Vec', 'name': 'ne' },
|
|
],
|
|
};
|