mirror of
https://git.proxmox.com/git/rustc
synced 2025-06-26 16:00:07 +00:00
15 lines
377 B
JavaScript
15 lines
377 B
JavaScript
const EXPECTED = {
|
|
'query': 'String',
|
|
'others': [
|
|
{ 'path': 'std::string', 'name': 'String' },
|
|
{ 'path': 'std::ffi', 'name': 'CString' },
|
|
{ 'path': 'std::ffi', 'name': 'OsString' },
|
|
],
|
|
'in_args': [
|
|
{ 'path': 'std::str', 'name': 'eq' },
|
|
],
|
|
'returned': [
|
|
{ 'path': 'std::string::String', 'name': 'add' },
|
|
],
|
|
};
|