diff options
| author | Yuki Okushi <jtitor@2k36.org> | 2021-07-02 06:20:29 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-07-02 06:20:29 +0900 |
| commit | 45a3cd5ea645ce13472c7bf5c298fc7567c5cd4b (patch) | |
| tree | 69493231b94f724349b5f9ea66ee997e78e2a762 /src/test/rustdoc-js-std | |
| parent | ab4d16fe7abbbc14617e2d5c311578034b9f1646 (diff) | |
| parent | cedd2425b6ede6669f47794d85c67af1c43bd877 (diff) | |
| download | rust-45a3cd5ea645ce13472c7bf5c298fc7567c5cd4b.tar.gz rust-45a3cd5ea645ce13472c7bf5c298fc7567c5cd4b.zip | |
Rollup merge of #86659 - notriddle:notriddle/generics-rustdoc, r=GuillaumeGomez
fix(rustdoc): generics search This commit adds a test case for generics, re-adds generics data to the search index, and tweaks function indexing to use less space in JSON. This partially reverts commit 14ca89446c076bcf484d3d05bd991a4b7985a409.
Diffstat (limited to 'src/test/rustdoc-js-std')
| -rw-r--r-- | src/test/rustdoc-js-std/alias-4.js | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/test/rustdoc-js-std/alias-4.js b/src/test/rustdoc-js-std/alias-4.js new file mode 100644 index 00000000000..bf2bb4d2981 --- /dev/null +++ b/src/test/rustdoc-js-std/alias-4.js @@ -0,0 +1,7 @@ +const QUERY = '<'; + +const EXPECTED = { + 'others': [ + { 'name': 'Ord' }, + ], +}; |
