mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-02 07:22:42 +00:00
10 lines
233 B
JavaScript
10 lines
233 B
JavaScript
// exact-match
|
|
|
|
// https://github.com/rust-lang/rust/issues/60485#issuecomment-663900624
|
|
const EXPECTED = {
|
|
'query': 'OsString -> String',
|
|
'others': [
|
|
{ 'path': 'std::ffi::OsString', 'name': 'into_string' },
|
|
]
|
|
};
|