mirror of
https://git.proxmox.com/git/rustc
synced 2025-06-26 22:06:53 +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' },
|
|
],
|
|
};
|