2023-05-25 13:04:55 -07:00
|
|
|
// exact-match
|
|
|
|
|
|
|
|
// https://github.com/rust-lang/rust/issues/60485#issuecomment-663900624
|
|
|
|
const EXPECTED = {
|
2023-06-06 17:21:06 -07:00
|
|
|
'query': 'OsString -> String',
|
2023-05-25 13:04:55 -07:00
|
|
|
'others': [
|
2024-01-07 13:58:39 +00:00
|
|
|
{ 'path': 'std::ffi::os_str::OsString', 'name': 'into_string' },
|
2023-05-25 13:04:55 -07:00
|
|
|
]
|
|
|
|
};
|