mirror of
https://github.com/openharmony/third_party_rust_rust.git
synced 2026-08-27 01:41:22 -04:00
10 lines
288 B
JavaScript
10 lines
288 B
JavaScript
const EXPECTED = {
|
|
'query': 'Vec::new',
|
|
'others': [
|
|
{ 'path': 'std::vec::Vec', 'name': 'new' },
|
|
{ 'path': 'alloc::vec::Vec', 'name': 'new' },
|
|
{ 'path': 'std::vec::Vec', 'name': 'new_in' },
|
|
{ 'path': 'alloc::vec::Vec', 'name': 'new_in' },
|
|
],
|
|
};
|