mirror of
https://github.com/openharmony/third_party_rust_rust.git
synced 2026-07-19 11:43:39 -04:00
11 lines
267 B
JavaScript
11 lines
267 B
JavaScript
const QUERY = '+';
|
|
|
|
const EXPECTED = {
|
|
'others': [
|
|
{ 'path': 'std::ops', 'name': 'AddAssign' },
|
|
{ 'path': 'std::ops', 'name': 'Add' },
|
|
{ 'path': 'core::ops', 'name': 'AddAssign' },
|
|
{ 'path': 'core::ops', 'name': 'Add' },
|
|
],
|
|
};
|