summaryrefslogtreecommitdiffstats
path: root/src/test/rustdoc-js-std/should-fail.js
blob: b85a47dc08a88305ebda6e11be72fc199ce928b9 (plain)
1
2
3
4
5
6
7
8
9
// should-fail

const QUERY = 'fn';

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