blob: 3fdc0b9f24a3cdc1d20be6c8fcb58476e9d859ec (
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::os_str::OsString', 'name': 'into_string' },
]
};
|