about summary refs log tree commit diff
path: root/tests/rustdoc-js-std/return-specific-literal.js
blob: 1efdb776ad73f68899ebb828858384d4fc43558f (plain)
1
2
3
4
5
6
7
8
9
const EXPECTED = {
    'query': 'struct:"string"',
    'in_args': [
        { 'path': 'std::string::String', 'name': 'ne' },
    ],
    'returned': [
        { 'path': 'std::string::String', 'name': 'new' },
    ],
};