diff options
| author | Michael Howell <michael@notriddle.com> | 2021-06-26 12:00:26 -0700 |
|---|---|---|
| committer | Michael Howell <michael@notriddle.com> | 2021-07-01 06:40:27 -0700 |
| commit | cedd2425b6ede6669f47794d85c67af1c43bd877 (patch) | |
| tree | 9cd6c5311604b61952cd88d13256ee1b6692fced /src/test/rustdoc-js-std | |
| parent | 3cb1c1134050c059a15d9ca7a00d4dd89111a373 (diff) | |
| download | rust-cedd2425b6ede6669f47794d85c67af1c43bd877.tar.gz rust-cedd2425b6ede6669f47794d85c67af1c43bd877.zip | |
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 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' }, + ], +}; |
