mirror of
https://git.proxmox.com/git/rustc
synced 2025-08-07 18:50:06 +00:00
16 lines
413 B
JavaScript
16 lines
413 B
JavaScript
// https://github.com/rust-lang/rust/pull/122247
|
|
// exact-check
|
|
|
|
const EXPECTED = [
|
|
{
|
|
'query': 'canonicalvarinfo, intoiterator -> intoiterator',
|
|
'others': [],
|
|
},
|
|
{
|
|
'query': '[canonicalvarinfo], interner<tys=intoiterator> -> intoiterator',
|
|
'others': [
|
|
{ 'path': 'looks_like_rustc_interner::Interner', 'name': 'mk_canonical_var_infos' },
|
|
],
|
|
},
|
|
];
|