mirror of
https://github.com/openharmony/third_party_rust_rust.git
synced 2026-07-19 19:53:38 -04:00
12 lines
227 B
JavaScript
12 lines
227 B
JavaScript
// ignore-order
|
|
|
|
const QUERY = '[';
|
|
|
|
const EXPECTED = {
|
|
'others': [
|
|
{ 'path': 'std', 'name': 'slice' },
|
|
{ 'path': 'std::ops', 'name': 'IndexMut' },
|
|
{ 'path': 'std::ops', 'name': 'Index' },
|
|
],
|
|
};
|