1
Fork 0

rustdoc-search: stress test for associated types

This commit is contained in:
Michael Howell 2024-03-11 09:17:23 -07:00
parent bcc3f193b8
commit fa5b9f0923
3 changed files with 259 additions and 0 deletions

View file

@ -0,0 +1,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' },
],
};