mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-02 07:22:42 +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' },
|
|
],
|
|
};
|