about summary refs log tree commit diff
path: root/tests/rustdoc-js/generics-unbox.js
diff options
context:
space:
mode:
authorMichael Howell <michael@notriddle.com>2025-04-11 11:35:10 -0700
committerMichael Howell <michael@notriddle.com>2025-04-11 11:36:40 -0700
commite013cf8afcf74a5f27feb7ebb0dca248e5c489fe (patch)
treeb5d12b9e1fbdfe3e3c3ec4752f7075aca40cfcce /tests/rustdoc-js/generics-unbox.js
parent71b68da1bd9fa6afb9f964a731e9c843ab0862bd (diff)
downloadrust-e013cf8afcf74a5f27feb7ebb0dca248e5c489fe.tar.gz
rust-e013cf8afcf74a5f27feb7ebb0dca248e5c489fe.zip
rustdoc-search: add unbox flag to Result aliases
Fixes #139665
Diffstat (limited to 'tests/rustdoc-js/generics-unbox.js')
-rw-r--r--tests/rustdoc-js/generics-unbox.js6
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/rustdoc-js/generics-unbox.js b/tests/rustdoc-js/generics-unbox.js
index 6baf00c814b..a4f2ba8e3a6 100644
--- a/tests/rustdoc-js/generics-unbox.js
+++ b/tests/rustdoc-js/generics-unbox.js
@@ -31,4 +31,10 @@ const EXPECTED = [
             { 'path': 'generics_unbox', 'name': 'beta' },
         ],
     },
+    {
+        'query': '-> Sigma',
+        'others': [
+            { 'path': 'generics_unbox', 'name': 'delta' },
+        ],
+    },
 ];