mirror of
https://git.proxmox.com/git/rustc
synced 2025-06-26 17:26:51 +00:00
8 lines
171 B
JavaScript
8 lines
171 B
JavaScript
const EXPECTED = {
|
|
'query': 'fn:forget',
|
|
'others': [
|
|
{ 'path': 'std::mem', 'name': 'forget' },
|
|
{ 'path': 'std::fmt', 'name': 'format' },
|
|
],
|
|
};
|