about summary refs log tree commit diff
path: root/tests/rustdoc-gui/src/test_docs/lib.rs
diff options
context:
space:
mode:
authorMatthias Krüger <476013+matthiaskrgr@users.noreply.github.com>2025-09-26 06:36:33 +0200
committerGitHub <noreply@github.com>2025-09-26 06:36:33 +0200
commit1285b164e1acd3ca68c95bbcc9e91b0d7da26aa4 (patch)
tree4fc7c952ca0923a095445c36dcd67ae08fe93685 /tests/rustdoc-gui/src/test_docs/lib.rs
parent610a601f36487ae4fc3d604fb25f505c8b8483ae (diff)
parent51ae86dec97f4db86f624f609c41f6bf5e620301 (diff)
downloadrust-1285b164e1acd3ca68c95bbcc9e91b0d7da26aa4.tar.gz
rust-1285b164e1acd3ca68c95bbcc9e91b0d7da26aa4.zip
Rollup merge of #147047 - notriddle:toolbar-index, r=GuillaumeGomez
rustdoc: put the toolbar on the all item index
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 de7c89a9fa3..c0771583ab6 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/")]