about summary refs log tree commit diff
path: root/tests/rustdoc-js/reexport-dedup-macro.js
blob: bc42fc3a8d5b77728c7a6df762d1b723c90150e4 (plain)
1
2
3
4
5
6
7
8
9
10
11
// exact-check

const EXPECTED = [
    {
        'query': 'vec',
        'others': [
            { 'path': 'foo', 'name': 'vec', 'exactPath': 'macro_in_module' },
            { 'path': 'foo', 'name': 'myspecialvec', 'exactPath': 'foo' },
        ],
    },
];