about summary refs log tree commit diff
path: root/tests/rustdoc-gui/src/test_docs/lib.rs
diff options
context:
space:
mode:
authorMichael Howell <michael@notriddle.com>2025-09-25 15:23:49 -0700
committerMichael Howell <michael@notriddle.com>2025-09-25 15:45:11 -0700
commit51ae86dec97f4db86f624f609c41f6bf5e620301 (patch)
treeb45d4f93aad7939191bdd834a5e2c244d5af5e26 /tests/rustdoc-gui/src/test_docs/lib.rs
parent8daad494b11ae5d0e5282be485625687bcf27e37 (diff)
downloadrust-51ae86dec97f4db86f624f609c41f6bf5e620301.tar.gz
rust-51ae86dec97f4db86f624f609c41f6bf5e620301.zip
rustdoc-search: add test case for all/index.html search
Diffstat (limited to 'tests/rustdoc-gui/src/test_docs/lib.rs')
-rw-r--r--tests/rustdoc-gui/src/test_docs/lib.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/rustdoc-gui/src/test_docs/lib.rs b/tests/rustdoc-gui/src/test_docs/lib.rs
index 42f2fbd93b1..08523d0df2f 100644
--- a/tests/rustdoc-gui/src/test_docs/lib.rs
+++ b/tests/rustdoc-gui/src/test_docs/lib.rs
@@ -1,3 +1,4 @@
+//@ compile-flags: --enable-index-page -Z unstable-options
 //! The point of this crate is to be able to have enough different "kinds" of
 //! documentation generated so we can test each different features.
 #![doc(html_playground_url="https://play.rust-lang.org/")]