about summary refs log tree commit diff
path: root/tests/rustdoc-js-std/osstring-to-string.js
blob: 91f517df2ea38fedb14abd621b465d3597f2722d (plain)
1
2
3
4
5
6
7
8
9
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' },
    ]
};