mirror of
https://git.proxmox.com/git/rustc
synced 2025-06-26 16:00:07 +00:00
7 lines
126 B
JavaScript
7 lines
126 B
JavaScript
const EXPECTED = {
|
|
'query': 'enum:Option',
|
|
'others': [
|
|
{ 'path': 'std::option', 'name': 'Option' },
|
|
],
|
|
};
|