mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-23 07:14:28 +00: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' },
|
|
],
|
|
};
|