mirror of
https://git.proxmox.com/git/rustc
synced 2025-06-26 22:06:53 +00:00
9 lines
238 B
JavaScript
9 lines
238 B
JavaScript
const EXPECTED = {
|
|
'query': 'from_u',
|
|
'others': [
|
|
{ 'path': 'std::char', 'name': 'from_u32' },
|
|
{ 'path': 'std::str', 'name': 'from_utf8' },
|
|
{ 'path': 'std::string::String', 'name': 'from_utf8' },
|
|
],
|
|
};
|