summaryrefslogtreecommitdiffstats
path: root/tests/rustdoc-js-std/return-specific-literal.js
blob: c7c347240b751db16dbfea556e6db2986545a779 (plain)
1
2
3
4
5
6
7
8
9
10
const QUERY = 'struct:"string"';

const EXPECTED = {
    'in_args': [
        { 'path': 'std::string::String', 'name': 'ne' },
    ],
    'returned': [
        { 'path': 'std::string::String', 'name': 'add' },
    ],
};