mirror of
https://git.proxmox.com/git/rustc
synced 2025-06-26 22:06:53 +00:00
8 lines
188 B
JavaScript
8 lines
188 B
JavaScript
const EXPECTED = {
|
|
'query': 'vec::vec -> usize',
|
|
'others': [
|
|
{ 'path': 'std::vec::Vec', 'name': 'len' },
|
|
{ 'path': 'std::vec::Vec', 'name': 'capacity' },
|
|
],
|
|
};
|