about summary refs log tree commit diff
path: root/tests/rustdoc-js/looks-like-rustc-interner.js
blob: a4806d234992998ba6d932e8da7a321c3ef56cdc (plain)
1
2
3
4
5
6
7
8
9
// https://github.com/rust-lang/rust/pull/122247
// exact-check

const EXPECTED = {
    'query': 'canonicalvarinfo, intoiterator -> intoiterator',
    'others': [
        { 'path': 'looks_like_rustc_interner::Interner', 'name': 'mk_canonical_var_infos' },
    ],
};