rustdoc-search: stress test for associated types
This commit is contained in:
parent
bcc3f193b8
commit
fa5b9f0923
3 changed files with 259 additions and 0 deletions
9
tests/rustdoc-js/looks-like-rustc-interner.js
Normal file
9
tests/rustdoc-js/looks-like-rustc-interner.js
Normal 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' },
|
||||
],
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue