rustdoc: add test case for OsString::into_string

This commit is contained in:
Michael Howell 2023-05-25 13:04:55 -07:00
parent ef8ee73fc4
commit 3ed4c17d90

View file

@ -0,0 +1,10 @@
// exact-match
// https://github.com/rust-lang/rust/issues/60485#issuecomment-663900624
const QUERY = 'OsString -> String';
const EXPECTED = {
'others': [
{ 'path': 'std::ffi::OsString', 'name': 'into_string' },
]
};