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