mirror of
https://github.com/openharmony/third_party_rust_rust.git
synced 2026-07-19 11:43:39 -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' },
|
|
],
|
|
};
|