mirror of
https://github.com/rust-lang/rust.git
synced 2024-10-31 22:41:50 +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' },
|
|
],
|
|
};
|