summaryrefslogtreecommitdiffstats
path: root/tests/rustdoc-js-std/should-fail.js
blob: 94f82efd9b4978bf2cd641cc6bec9db18130ebb2 (plain)
1
2
3
4
5
6
7
8
// should-fail

const EXPECTED = {
    'query': 'fn',
    'others': [
        { 'path': 'std', 'name': 'fn', ty: 14 },
    ],
};