blob: 17bb602a502af9f8783ce4c1dccc0609fe081d9a (
plain)
1
2
3
4
5
6
7
8
9
|
// 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' },
]
};
|