mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-23 07:14:28 +00:00
10 lines
240 B
JavaScript
10 lines
240 B
JavaScript
|
const QUERY = 'from_u';
|
||
|
|
||
|
const EXPECTED = {
|
||
|
'others': [
|
||
|
{ 'path': 'std::char', 'name': 'from_u32' },
|
||
|
{ 'path': 'std::str', 'name': 'from_utf8' },
|
||
|
{ 'path': 'std::string::String', 'name': 'from_utf8' },
|
||
|
],
|
||
|
};
|