Files
rust/tests/rustdoc-js/looks-like-rustc-interner.js

16 lines
413 B
JavaScript
Raw Normal View History

// https://github.com/rust-lang/rust/pull/122247
// exact-check
const EXPECTED = [
{
2025-05-23 10:12:55 +00:00
'query': 'CanonicalVarKind, intoiterator -> intoiterator',
'others': [],
},
{
2025-05-23 10:12:55 +00:00
'query': '[CanonicalVarKind], interner<tys=intoiterator> -> intoiterator',
'others': [
2025-05-23 10:12:55 +00:00
{ 'path': 'looks_like_rustc_interner::Interner', 'name': 'mk_canonical_var_kinds' },
],
},
];